Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
gtalarico committed May 2, 2018
1 parent 2e64633 commit fcc726d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,23 @@ Usage

* Show Available Pipenv Environments

``pipes list``
``pipes``

* Link Project Directory to Pipenv Environment (this adds a .project file to your environment folder)

``pipes set projectname /path/to/project``
``pipes projectbame --set --dir /path/to/project``

* Go to directory and Activate Pipenv Shell

``pipes go projectname``
``pipes projectname``

Todo
-------

* Simplify CLI Api (pipes only)
* Remove unnecessary --set flag
* Add cd-only flag (don't activate shell)
* Add tests
* Documentation


Credits
Expand Down

0 comments on commit fcc726d

Please sign in to comment.