🐛: Fix PyPI mirror

This commit is contained in:
Evil0ctal 2024-04-27 18:25:37 -07:00
parent 5391dd0255
commit 99ebce9436

View file

@ -34,6 +34,9 @@ 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 'Installing dependencies from requirements.txt'
pip install -r requirements.txt