2019-06-28 20:23:03 +00:00
|
|
|
# Onionr Installation
|
|
|
|
|
|
|
|
The following steps work broadly speaking for Windows, Mac, and Linux.
|
|
|
|
|
2019-09-21 21:27:43 +00:00
|
|
|
1. Verify python3.7+ is installed: if its not see https://www.python.org/downloads/
|
2019-06-28 20:23:03 +00:00
|
|
|
|
|
|
|
2. Verify Tor is installed (does not need to be running, binary can be put into system path or Onionr directory)
|
|
|
|
|
|
|
|
3. [Optional but recommended]: setup virtual environment using [virtualenv](https://virtualenv.pypa.io/en/latest/), activate the virtual environment
|
|
|
|
|
|
|
|
4. Clone Onionr: git clone https://gitlab.com/beardog/onionr
|
|
|
|
|
|
|
|
5. Install the Python module dependencies: pip3 install --require-hashes -r requirements.txt
|