Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Onionprobe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Silvio Rhatto
Onionprobe
Commits
2ed3a308
Unverified
Commit
2ed3a308
authored
1 month ago
by
Silvio Rhatto
Browse files
Options
Downloads
Patches
Plain Diff
Fix: docs: installation: improved procedures (
#101
) (1)
parent
10c4797b
No related branches found
Branches containing commit
Tags
tor-browser-68.1.0esr-9.0-2-build3
Tags containing commit
No related merge requests found
Pipeline
#246739
passed
1 month ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/installation.md
+7
-3
7 additions, 3 deletions
docs/installation.md
with
7 additions
and
3 deletions
docs/installation.md
+
7
−
3
View file @
2ed3a308
...
...
@@ -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 .
The
n
Onionprobe can then run directly from the working copy:
The Onionprobe can then run directly from the working copy:
./onionprobe
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment