diff --git a/README.md b/README.md index dfd5e41..424684d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ apt update apt install python3 python3-pip python3-venv git git clone https://github.com/vvzvlad/vestasync cd vestasync -python -m venv .venv +python3 -m venv .venv source .venv/bin/activate pip3 install -r requirements.txt ```