We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ceee5 commit bbdab8aCopy full SHA for bbdab8a
README.md
@@ -34,7 +34,7 @@ Download the sources and install according to the following:
34
DOMINO is written in Python3. The necessary libraries will all be installed by the `setup.py` script.
35
We recommend using a virtual environment. For example, in Linux, before running `setup.py`:
36
```
37
-python -m venv domino-env
+python3 -m venv domino-env
38
source domino-env/bin/activate
39
40
To install, download and run setup.py:
0 commit comments