diff --git a/README.md b/README.md index 073a914..157f751 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ program. ```shell python3 -m venv venv source ./venv/bin/activate - python3 -m pip install -r requirement.txt + python3 -m pip install -r virtualenv/requirements.txt python3 main.py ```