Skip to content

Instantly share code, notes, and snippets.

@chicks-net
Created April 19, 2019 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chicks-net/f40eceb5df01aa768d22126a4bd408cd to your computer and use it in GitHub Desktop.
Save chicks-net/f40eceb5df01aa768d22126a4bd408cd to your computer and use it in GitHub Desktop.
Makefile for pipenv requirements.txt generation
requirements.txt: Pipfile
pipenv lock -r > requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment