Skip to content

Instantly share code, notes, and snippets.

@kezabelle
Created October 28, 2015 09:23
Show Gist options
  • Save kezabelle/c73eb92182d0c0d70d4f to your computer and use it in GitHub Desktop.
Save kezabelle/c73eb92182d0c0d70d4f to your computer and use it in GitHub Desktop.
Demonstrating the value of pip-tools (https://github.com/nvie/pip-tools) to have "loose" requirements files which can be periodically updated and pinned.
> mktmpenv --python=`which python3`
> pip install pip setuptools --upgrade
> pip install pip-tools
> echo "django-imagekit" > requirements.in
> pip-compile
> cat requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment