Python Modules Installation

Python

Create a requirements.txt file with the following format:

Django==2.0.2
mysql-python>=1.0
-e git+https://github.com/desecho/django-tqdm@1.0.3.git#egg=django-tqdm
# comment

Install using command:

pip install -r requirements.txt