From bbdab8a1960d04d25ae85fae368a42e9a53535e3 Mon Sep 17 00:00:00 2001 From: hag007 Date: Wed, 24 Feb 2021 09:58:54 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f07401..f29bee1 100755 --- a/README.md +++ b/README.md @@ -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: