link to pipenv

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-01-10 09:36:20 -05:00
parent f72e8bca60
commit 6ccd3610b2
+1 -1
View File
@@ -1,6 +1,6 @@
# PipenvLib: A library for manipulating Pipenv projects.
This library exists to make it easy to programatically interact with / introspect / manipulate Pipenv projects.
This library exists to make it easy to programatically interact with / introspect / manipulate [Pipenv](https://docs.pipenv.org) projects.
It allows you examine depenencies and requirements of a project, as well as install/uninstall packages from Python directly.