Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
Closes #111.
  • Loading branch information
brianmay committed Sep 1, 2016
1 parent 4801ae6 commit acb5aa5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,31 @@ common case:
Obtaining sshuttle
------------------

- Debian stretch or later::

apt-get install sshuttle

- From PyPI::

sudo pip install sshuttle

- Clone::

git clone https://github.com/sshuttle/sshuttle.git
sudo ./setup.py install

It is also possible to install into a virtualenv as a non-root user.

- From PyPI::

virtualenv -p python 3 /tmp/sshuttle
. /tmp/sshuttle/bin/activate
pip install sshuttle

- Clone::

virtualenv -p python 3 /tmp/sshuttle
. /tmp/sshuttle/bin/activate
git clone https://github.com/sshuttle/sshuttle.git
./setup.py install

Expand Down

0 comments on commit acb5aa5

Please sign in to comment.