remove out of pip cache code example
Example 1: ignore cache pip
# Add --no-cache-dir before install
pip --no-cache-dir install scipy
Example 2: pip clear download cache
pip cache dir
# Add --no-cache-dir before install
pip --no-cache-dir install scipy
pip cache dir