Skip to content

Commit b4f9f08

Browse files
Update installation
1 parent 1886b8e commit b4f9f08

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ This is the recommended way.
2222
2323
pip install multivoro
2424
25-
To build multivoro from source:
25+
To build multivoro from source in Ubuntu:
2626

2727
.. code-block:: bash
2828
29-
sudo apt install openmp
29+
# python versions to choose from: [python3.8-python3.12]
30+
sudo apt install openmp python3.10-dev python3.10-venv
3031
git clone --recurse-submodules https://github.com/eleftherioszisis/multivoro.git
32+
python3.10 -mvenv venv && source ./venv/bin/activate
3133
cd multivoro && pip install .
3234
3335
Usage

0 commit comments

Comments
 (0)