diff --git a/README.md b/README.md index cc0d7bc85f65619f5ccbba4ce35ea63da23e2809..afe127f6b91078bf8c31bd959d6a629e42b1fc5a 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ For Production use you also need following: Create a virtual environment for your Python dependencies: ```bash -python3.8 -m venv python +python3 -m venv python ``` To activate that environment, run