Skip to content

Commit

Permalink
Drop pip download for a git clone
Browse files Browse the repository at this point in the history
Fixes #39
  • Loading branch information
Tyler Goodlet committed Apr 19, 2016
1 parent 254aa5e commit 8e947c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ performance measurements. See the :code:`setup.py`'s
Using pip
---------
At the moment :code:`switchy` is still pre major release software and we recommend
downloading and installing directly from this repo:
cloning and installing directly from this repo:

::

pip download git+git://github.com/sangoma/switchy.git -b switchy/
git clone git://github.com/sangoma/switchy.git
pip install -r switchy/requirements.txt switchy/

Documentation
Expand Down

0 comments on commit 8e947c6

Please sign in to comment.