Skip to content

Commit

Permalink
Update README.md -> point to using PyPI package instead of GH directly
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegenstein authored Dec 21, 2023
1 parent adf22f4 commit 6dc918c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ The recommended method for most users is to install **py-lib3mf** with one of th

In Linux/MacOS, use the following command:
```
python3 -m pip install git+https://github.com/jdegenstein/py-lib3mf
python3 -m pip install py-lib3mf
```
In Windows, use the following command:
```
python -m pip install git+https://github.com/jdegenstein/py-lib3mf
python -m pip install py-lib3mf
```
If you receive errors about conflicting dependencies, you can retry the installation after having upgraded pip to the latest version with the following command:
```
Expand Down

0 comments on commit 6dc918c

Please sign in to comment.