Skip to content

Commit bbdab8a

Browse files
authored
Update README.md
1 parent d0ceee5 commit bbdab8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Download the sources and install according to the following:
3434
DOMINO is written in Python3. The necessary libraries will all be installed by the `setup.py` script.
3535
We recommend using a virtual environment. For example, in Linux, before running `setup.py`:
3636
```
37-
python -m venv domino-env
37+
python3 -m venv domino-env
3838
source domino-env/bin/activate
3939
```
4040
To install, download and run setup.py:

0 commit comments

Comments
 (0)