This commit is contained in:
2018-07-02 18:39:09 -04:00
parent 46ba42b6fb
commit 29eb73aa7f
+2 -2
View File
@@ -141,8 +141,8 @@ Fish is the best shell. You should use it.
Usage Examples:
Create a new project using Python 3.6, specifically:
$ pipenv --python 3.6
Create a new project using Python 3.7, specifically:
$ pipenv --python 3.7
Install all dependencies for a project (including dev):
$ pipenv install --dev