在使用pip install 的時候會很慢,並且你仍是個急脾氣,咋整?
pip install -h 看一下,有沒有什麼解決方案?
package Index Options: -i, --index-url <url> Base URL of the Python Package Index (default https://pypi.org/simple). This should point to a repository compliant with PEP 503 (the simple repository API) or a local directory laid out in the same format.
使用 -i 參數從新指定python package index源。python
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple django
https://pypi.tuna.tsinghua.edu.cn/simple
這個是我經常使用的一個源,能夠根據你的須要替換成你本身的源。django