From 6ccd3610b2c7cf2386290592ea06d1284573b325 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 10 Jan 2018 09:36:20 -0500 Subject: [PATCH] link to pipenv Signed-off-by: Kenneth Reitz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 505aa37..552dd83 100644 --- a/README.md +++ b/README.md @@ -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.