From 4984f285d6be5dc4038ca73e2ba329283c0e671f Mon Sep 17 00:00:00 2001 From: sageTheDM Date: Tue, 24 Sep 2024 10:08:42 +0200 Subject: [PATCH] Fixed install.sh --- py/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/py/install.sh b/py/install.sh index 1fbdcba..65cc5d2 100644 --- a/py/install.sh +++ b/py/install.sh @@ -1,4 +1,3 @@ python -m venv venv source venv/bin/activate pip install -r requirements.txt -deactivate \ No newline at end of file