mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 09:55:52 +08:00
MAINT: Specify --use-mirrors to pip install
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ a=0
|
||||
while read line
|
||||
do
|
||||
if [[ -n "$line" && "$line" != \#* ]] ; then
|
||||
pip install $line
|
||||
pip install --use-mirrors $line
|
||||
fi
|
||||
((a = a + 1))
|
||||
done < $1
|
||||
|
||||
Reference in New Issue
Block a user