mirror of
https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git
synced 2025-04-17 00:17:06 +08:00
🐛: Fix PyPI mirror
This commit is contained in:
parent
6b7c19d3b9
commit
72b24effc7
@ -34,8 +34,8 @@ python3 -m venv venv
|
||||
echo 'Activating the virtual environment'
|
||||
source venv/bin/activate
|
||||
|
||||
echo 'Configuring pip to use a faster PyPI mirror'
|
||||
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
|
||||
echo 'Setting pip to use the default PyPI index'
|
||||
pip config set global.index-url https://pypi.org/simple/
|
||||
|
||||
echo 'Installing dependencies from requirements.txt'
|
||||
pip install -r requirements.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user