We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1886b8e commit b4f9f08Copy full SHA for b4f9f08
README.rst
@@ -22,12 +22,14 @@ This is the recommended way.
22
23
pip install multivoro
24
25
-To build multivoro from source:
+To build multivoro from source in Ubuntu:
26
27
.. code-block:: bash
28
29
- sudo apt install openmp
+ # python versions to choose from: [python3.8-python3.12]
30
+ sudo apt install openmp python3.10-dev python3.10-venv
31
git clone --recurse-submodules https://github.com/eleftherioszisis/multivoro.git
32
+ python3.10 -mvenv venv && source ./venv/bin/activate
33
cd multivoro && pip install .
34
35
Usage
0 commit comments