sshuttle/docs/installation.rst

24 lines
399 B
ReStructuredText
Raw Normal View History

2016-01-17 06:16:36 +01:00
Installation
============
- From PyPI::
pip install sshuttle
2021-09-22 14:07:24 +02:00
- Debian package manager::
2020-07-15 00:14:51 +02:00
sudo apt install sshuttle
2016-01-17 06:16:36 +01:00
- Clone::
git clone https://github.com/sshuttle/sshuttle.git
cd sshuttle
2016-01-17 06:16:36 +01:00
./setup.py install
Optionally after installation
-----------------------------
- Install sudoers configuration. For details, see the "Sudoers File" section in :doc:`usage`
2020-07-15 00:14:51 +02:00