Commit ad794993 by root

change make requirment pip install repo mirror

parent 8a0b40ad
...@@ -16,7 +16,7 @@ main.help: ...@@ -16,7 +16,7 @@ main.help:
@echo '' @echo ''
requirements: requirements:
pip install -qr pre-requirements.txt --exists-action w pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ -qr pre-requirements.txt --exists-action w
pip install -qr requirements.txt --exists-action w pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ -qr requirements.txt --exists-action w
include *.mk include *.mk
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment