diff --git a/README.md b/README.md index deca93bfc..aa2a12857 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,8 @@ Install dependencies Either, do it the proper python way with ```sh +$ python3 -m venv venv +$ source venv/bin/activate $ pip3 install -r requirements.txt ```