pip install -r requirements.txt
conda install --yes --file requirements.txt
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 clean -a:删除所有的安装包及cache