This commit is contained in:
2017-01-19 19:46:27 -05:00
parent 555de2b13f
commit 8769967af4
+19
View File
@@ -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