mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Update README.rst
This commit is contained in:
+3
-3
@@ -25,15 +25,15 @@ Experimental work in progress.
|
||||
py
|
||||
|
||||
$ pipenv where
|
||||
Pipfile found at /Users/kennethreitz/repos/kr/pip2/Pipfile. Considering this to be the project home.
|
||||
Pipfile found at /Users/kennethreitz/repos/project/Pipfile. Considering this to be the project home.
|
||||
|
||||
$ pipenv where --virtualenv
|
||||
Virtualenv location: /Users/kennethreitz/repos/kr/pip2/.venv
|
||||
Virtualenv location: /Users/kennethreitz/repos/project/.venv
|
||||
|
||||
$ pipenv prep
|
||||
Creating a virtualenv for this project...
|
||||
...
|
||||
Virtualenv location: /Users/kennethreitz/repos/kr/pip2/.venv
|
||||
Virtualenv location: /Users/kennethreitz/repos/project/.venv
|
||||
Installing dependencies from Pipfile.freeze...
|
||||
Installing crayons...
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user