From a87f5c76b5f8ee63945ed4c2a646dfcde53a79c7 Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Mon, 17 Apr 2023 20:57:22 +0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```