Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 424 Bytes

File metadata and controls

12 lines (9 loc) · 424 Bytes

requirements.txt文件

pip install -r requirements.txt
conda install --yes --file requirements.txt

pip清理缓存

pip cache remove matplotlib: removes all wheel files related to matplotlib from pip's cache.
pip cache purge: to clear all wheel files from pip's cache.
pip cache dir: to get the location of the cache.

conda清理缓存

conda clean -a:删除所有的安装包及cache