update readme

This commit is contained in:
vvzvlad 2023-04-17 20:57:22 +07:00
parent 2f620cee67
commit a87f5c76b5

View File

@ -34,7 +34,7 @@ apt update
apt install python3 python3-pip python3-venv git apt install python3 python3-pip python3-venv git
git clone https://github.com/vvzvlad/vestasync git clone https://github.com/vvzvlad/vestasync
cd vestasync cd vestasync
python -m venv .venv python3 -m venv .venv
source .venv/bin/activate source .venv/bin/activate
pip3 install -r requirements.txt pip3 install -r requirements.txt
``` ```