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 d6fcde7 commit 2d38fb1
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
============
Pipenv Pipes
Pipes - Pipenv Environment Switcher
============


Expand All @@ -16,11 +16,13 @@ Pipenv Pipes



CLI Tool to help manage Pipenv Enviroments and corresponding Project Directories.
CLI tool to speed up navigating your Pipenv Enviroments and the corresponding Project Directories.

The goal of Pipes is to provide a pipenv equivalent of the ``workon`` tool provided by virtualenvwrapper.


* Free software: MIT license
* Documentation: https://pipenv-pipes.readthedocs.io.
* Free software: MIT license


Install
Expand All @@ -31,15 +33,15 @@ Install
Usage
--------

* List Pipenv Environments
* Show Available Pipenv Environments

``pipes list``

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

``pipes set projectname /path/to/project``

* Activate Pipenv Environments and Go to directory
* Go to directory and Activate Pipenv Shell

``pipes go projectname``

Expand Down

0 comments on commit 2d38fb1

Please sign in to comment.