pip-compile -r requirements/develop.in -o requirements.develop
pip install -r requirements.develop
pip-compile -r requirements/production.in -o requirements.production
pip install -r requirements.production
Note: if you need to update the pip package use the next command
python -m pip install --upgrade pip
. For the first time usepip install pip-tools
.