diff --git a/bin/dnet/README.md b/bin/dnet/README.md index 278c445b6..5054aab22 100644 --- a/bin/dnet/README.md +++ b/bin/dnet/README.md @@ -19,7 +19,7 @@ Depending on your setup you may need to install a virtual environment for Python. Do so as follows: ```shell -% python -m venv python-venv +% python -m venv python-env % source python-env/bin/activate ```