mirror of
https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git
synced 2025-04-20 22:40:08 +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'
|
echo 'Activating the virtual environment'
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
|
|
||||||
echo 'Configuring pip to use a faster PyPI mirror'
|
echo 'Setting pip to use the default PyPI index'
|
||||||
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
|
pip config set global.index-url https://pypi.org/simple/
|
||||||
|
|
||||||
echo 'Installing dependencies from requirements.txt'
|
echo 'Installing dependencies from requirements.txt'
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user