Skip to content

Commit 8f51db7

Browse files
committed
HomePage.dox: pip install on many linuxes
1 parent 72237d8 commit 8f51db7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doxygen/HomePage.dox

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,11 @@ Moreover, MeshLib can be easily installed as a python package using `pip install
6363
\code
6464
py -3.10 -m pip install --upgrade pip meshlib
6565
\endcode
66-
- On Ubuntu 20.04 Linux in Python 3.8 via
66+
- 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
6767
\code
68-
python3 -m pip install --upgrade pip meshlib
68+
sudo apt install python3-pip
69+
python3 -m pip install --upgrade pip
70+
python3 -m pip install --upgrade meshlib
6971
\endcode
7072
Support for `pip install` on MacOS X is coming.
7173

0 commit comments

Comments
 (0)