Skip to content

Instantly share code, notes, and snippets.

@koji
Created March 28, 2018 16:38
Show Gist options
  • Save koji/cdc0b888fc2423f03594b669750af553 to your computer and use it in GitHub Desktop.
Save koji/cdc0b888fc2423f03594b669750af553 to your computer and use it in GitHub Desktop.
generate requirements.txt
$ pip install pip-tools

write down packages in requirements.in
$ vim requirements.in

$ pip-compile requirements.in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment