Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hag007 committed Feb 24, 2021
1 parent d0ceee5 commit bbdab8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Download the sources and install according to the following:
DOMINO is written in Python3. The necessary libraries will all be installed by the `setup.py` script.
We recommend using a virtual environment. For example, in Linux, before running `setup.py`:
```
python -m venv domino-env
python3 -m venv domino-env
source domino-env/bin/activate
```
To install, download and run setup.py:
Expand Down

0 comments on commit bbdab8a

Please sign in to comment.