From e4a0ccd12abafad9376646e3ec910eeb889c4879 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 20 Jan 2017 14:48:57 -0500 Subject: [PATCH] Update README.rst --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 8eb0ca86..fe94bc0a 100644 --- a/README.rst +++ b/README.rst @@ -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... ...