pip install without using the local cache specify the library

If the local preceded by a pip to download and install packages compiled libraries, but do not want to use the cache can be installed using the following command:

pip --no-cache-dir install  包名 -i  国内源
Published 59 original articles · won praise 2 · Views 4678

Guess you like

Origin blog.csdn.net/lch551218/article/details/104351843