From fee56073971588a11be97006a39214d34c3e4da8 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 6 Sep 2021 01:16:26 +0200 Subject: [PATCH] fd --- setup | 1 + 1 file changed, 1 insertion(+) diff --git a/setup b/setup index 410284718..c551b22d5 100644 --- a/setup +++ b/setup @@ -5,6 +5,7 @@ sudo apt install redis-server rm /etc/redis/redis.conf cp /drama/redis.conf /etc/redis/redis.conf sudo systemctl restart redis.service +apt install python3-pip sudo pip3 install -r requirements.txt . env apt install gunicorn