Python Packaging Guide - Read the Docs

•Use pip to install Python packages from PyPI. 12 Depending how pip is installed, you may need to also install wheel to get the benefit of wheel caching. 3 •Use virtualenv, orpyvenvto isolate application specific dependencies from a shared Python installation. 4 ................
................