3.2. Python packages#
If your software of interest is available as a Python package on PyPI, you can install it using pip — Python package installer.
Note
Your software might already be available using
The quick and easy method. Search for package
names starting with python-
.
In certain cases, installing packages in a virtual environment might be a better option. Read: