pip

The PyPA recommended tool for installing Python packages.

Get to know about a Python package or Compare Python packages download counts and their Github statistics.

Commands

Export dependencies

pip freeze > requirements.txt 

Import dependencies

pip install -r requirements.txt