1
1
mirror of https://github.com/sshuttle/sshuttle.git synced 2025-07-04 16:50:34 +02:00

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

@ -67,6 +67,11 @@ Obtaining sshuttle
# pkg
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.
- From PyPI::