Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.03 KB

installation.rst

File metadata and controls

43 lines (28 loc) · 1.03 KB

shell

There are two ways to install onionrouter, automatically using pip or cloning the repository and manually installing the needed packages on Debian. Currently onionrouter has only been tested on Debian Jessie.

Using pip

$ sudo pip install onionrouter

Test functionality

$ onionrouter --help

Manual installation on Debian Jessie

Clone repository

$ git clone https://github.com/ehloonion/onionrouter.git

Install Debian packages

onionrouter has only been tested on Debian Jessie. Install the following packages:

$ sudo apt install python-dnspython python-yaml

Test functionality

$ cd onionrouter
$ ./onionrouter_run --help