From 267e10ea5a90c6cd242320d4bab072736cd2159f Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 26 Mar 2023 15:52:08 +0200 Subject: [PATCH] grouped python commands in readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9a1b851..9a9c311 100644 --- a/README.md +++ b/README.md @@ -24,15 +24,14 @@ git clone https://code.cronyakatsuki.xyz/crony/upfast upfast-src # Create the virtual environment and load it for user on default python3 -m venv venv -echo "source /usr/local/upfast/venv/bin/activate" > "/usr/local/upfast/.profile" - # Activate the virtual environment source venv/bin/activate - # Install all the requirements -cd upfast-src/ pip install -r requirements.txt +# Activate environment by default +echo "source /usr/local/upfast/venv/bin/activate" > "/usr/local/upfast/.profile" + # create the upload directory mkdir upload