diff --git a/README.rst b/README.rst index e69de29b..81dbee88 100644 --- a/README.rst +++ b/README.rst @@ -0,0 +1,19 @@ +Pip2: Pip for Humans™ +===================== + +Experimental work in progress. + +- automatically adds things to pipfile when you install them +- automatically creates a pipfile +- automatically creates a virtualenv + + +:: + + $ pipenv install maya --dev + Updating Pipfile + Generating Pipfile.lock + + + $pipenv freeze + Generating requirements.txt from Pipfile.lock \ No newline at end of file