From 2ed3a308a79b00d13bc2310aeb16f4c90cc44dde Mon Sep 17 00:00:00 2001 From: Silvio Rhatto <rhatto@torproject.org> Date: Thu, 6 Feb 2025 07:37:34 -0300 Subject: [PATCH] Fix: docs: installation: improved procedures (#101) (1) --- docs/installation.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 817ddc8..9e07b65 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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 -- GitLab