🐛: Fix PyPI mirror
This commit is contained in:
parent
6b7c19d3b9
commit
72b24effc7
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue