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.