pypa / pipfile

Other
3.24k stars 144 forks source link

Add usage to readme #72

Closed npentrel closed 7 years ago

npentrel commented 7 years ago

I've been looking for about 15 minutes now after discovering a Pipfile in a project I was looking at. I can't figure out how to use it. Maybe you could add a simple example usage to your readme?

timofurrer commented 7 years ago

This repository is just about the specification of the Pipfile. You want to have a look at: https://github.com/kennethreitz/pipenv

It's the only tool at the moment which can handle Pipfiles. In the future pip should also be able to handle Pipfiles as described here: https://github.com/pypa/pipfile#pip-integration-eventual

kennethreitz commented 7 years ago

Thanks, @timofurrer