pip-compile -r requirements/develop.in -o requirements.developpip install -r requirements.developpip-compile -r requirements/production.in -o requirements.productionpip install -r requirements.productionNote: 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.