From 4fcd9f515747b3b0dc96aa71ac2cdbcad2377162 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 4 Apr 2023 18:49:58 +0200 Subject: [PATCH] removed the activation of env as it is no longer needed --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 9be3ca3..1ed421e 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,6 @@ source venv/bin/activate # Install all the requirements pip install -r requirements.txt -# Load environment by default -echo "source /usr/local/upfast/venv/bin/activate" > "/usr/local/upfast/.profile" - # create the upload directory mkdir upload