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