Library Installation¶
Conda¶
- Package manager for any language
- Install binaries
PIP¶
- Package manager python only
- Compile from source
- Stands for Pip Installs Packages
- Python's officially-sanctioned package manager, and is most commonly used to install packages published on the Python Package Index (PyPI)
- Both pip and PyPI are governed and supported by the Python Packaging Authority (PyPA).