diff --git a/README.md b/README.md index e120b25..06c7772 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ ``` - python3 -m venv venv + python -m venv venv source venv/bin/activate pip install -r requirements.txt ```