Skip to content
Snippets Groups Projects
Unverified Commit 574464cc authored by Chris Holdgraf's avatar Chris Holdgraf Committed by GitHub
Browse files

Update README.md

parent 6e81ddef
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ breaking over time.
[pip-compile](https://github.com/jazzband/pip-tools/) is a handy
tool for combining loosely specified dependencies with a fully frozen environment.
You write a requirements.in with just the dependencies you need
and pip-compile with generate a requirements.txt with all the strict packages and versions that would come from installing that package right now.
and pip-compile will generate a requirements.txt with all the strict packages and versions that would come from installing that package right now.
That way, you only need to specify what you actually know you need,
but you also get a snapshot of your environment.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment