News

2) Python packages you want to install Python packages can be distributed as self-contained .whl files. Installing them is easy: pip install /path/to/file.whl .
How not to install Python packages (and what to do instead) Once you have a base install of a Python version set up, don’t start installing packages directly into it with pip —no, not even if ...