From f4cd5f52c3cb809b21abe30c7fd05b8ecb32424b Mon Sep 17 00:00:00 2001 From: Evil0ctal Date: Mon, 22 Apr 2024 21:19:05 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B:=20=E4=BF=AE=E6=94=B9install.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/install.sh b/bash/install.sh index 718c1b6..7b368ec 100644 --- a/bash/install.sh +++ b/bash/install.sh @@ -24,6 +24,8 @@ git clone https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git cd Douyin_TikTok_Download_API/ || exit +apt install python3.11-venv + python3 -m venv venv source venv/bin/activate