mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-04-21 09:48:51 +02:00
Fix typo, space not required here
This commit is contained in:
parent
acb5aa5386
commit
ffd95fb776
@ -46,13 +46,13 @@ It is also possible to install into a virtualenv as a non-root user.
|
|||||||
|
|
||||||
- From PyPI::
|
- From PyPI::
|
||||||
|
|
||||||
virtualenv -p python 3 /tmp/sshuttle
|
virtualenv -p python3 /tmp/sshuttle
|
||||||
. /tmp/sshuttle/bin/activate
|
. /tmp/sshuttle/bin/activate
|
||||||
pip install sshuttle
|
pip install sshuttle
|
||||||
|
|
||||||
- Clone::
|
- Clone::
|
||||||
|
|
||||||
virtualenv -p python 3 /tmp/sshuttle
|
virtualenv -p python3 /tmp/sshuttle
|
||||||
. /tmp/sshuttle/bin/activate
|
. /tmp/sshuttle/bin/activate
|
||||||
git clone https://github.com/sshuttle/sshuttle.git
|
git clone https://github.com/sshuttle/sshuttle.git
|
||||||
./setup.py install
|
./setup.py install
|
||||||
|
Loading…
Reference in New Issue
Block a user