Skip to content

Commit 72237d8

Browse files
authored
pip install on many linuxes
1 parent f88bd09 commit 72237d8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,11 @@ Moreover, MeshLib can be easily installed as a python package using `pip install
115115
```
116116
py -3.10 -m pip install --upgrade pip meshlib
117117
```
118-
* On Ubuntu 20.04 Linux in Python 3.8 via
118+
* On Linuxes supporting [manylinux_2_31+](https://github.com/mayeut/pep600_compliance#distro-compatibility), including Ubuntu 20+ and Fedora 32+ in Pythons 3.8,3.9,3.10 via
119119
```
120120
sudo apt install python3-pip
121-
python3 -m pip install --upgrade pip meshlib
121+
python3 -m pip install --upgrade pip
122+
python3 -m pip install --upgrade meshlib
122123
```
123124
Support for `pip install` on MacOS X is coming.
124125

0 commit comments

Comments
 (0)