Readme: add instructions for installing via MacPorts

This commit is contained in:
Herby Gillot 2020-12-29 03:02:25 -05:00 committed by Brian May
parent bc72bb4811
commit da848b6dba

View File

@ -67,6 +67,11 @@ Obtaining sshuttle
# pkg # pkg
pkg install py36-sshuttle pkg install py36-sshuttle
- macOS, via MacPorts::
sudo port selfupdate
sudo port install sshuttle
It is also possible to install into a virtualenv as a non-root user. It is also possible to install into a virtualenv as a non-root user.
- From PyPI:: - From PyPI::