Skip to content
Snippets Groups Projects
Unverified Commit 2ed3a308 authored by Silvio Rhatto's avatar Silvio Rhatto
Browse files

Fix: docs: installation: improved procedures (#101) (1)

parent 10c4797b
No related branches found
Tags tor-browser-68.1.0esr-9.0-2-build3
No related merge requests found
Pipeline #246739 passed
......@@ -145,6 +145,10 @@ with:
python3-cryptography python3-yaml \
python3-requests python3-socks tor
The Onionprobe can then run directly from the working copy:
./onionprobe
A [convenience script][debian-script] is provided, which also installs
the official `tor` package:
......@@ -154,8 +158,8 @@ the official `tor` package:
### Local installation from source using Python packages
Onionprobe's [Python][] dependencies can also be installed directly from
[PyPI][pypi].
Onionprobe's [Python][] dependencies can be installed directly from
[PyPI][pypi], by setting up a [virtualenv][]:
The recommended way is to clone setup a [virtualenv][]:
......@@ -164,7 +168,7 @@ The recommended way is to clone setup a [virtualenv][]:
source venv/bin/activate
pip3 install .
Then Onionprobe can then run directly from the working copy:
The Onionprobe can then run directly from the working copy:
./onionprobe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment