Verified Commit 00531184 authored by Silvio Rhatto's avatar Silvio Rhatto
Browse files

Fix: docs: development: use the correct variable ONIONPROBE_VERSION when...

Fix: docs: development: use the correct variable ONIONPROBE_VERSION when installing a local package (1)
parent 95b6b4a6
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -53,7 +53,8 @@ Build the Python package:
Install this package in a fresh virtual machine. Example:

    sudo apt-get install -y python3-pip tor
    pip install --break-system-packages dist/onionprobe-$ONIONPROBE_VERSION-*.whl
    pip install --break-system-packages \
      dist/onionprobe-$ONIONPROBE_VERSION-*.whl

Then test it:

@@ -85,7 +86,8 @@ Finally, install the package one more time, but now fecthing it from [PyPI][],
and in yet another fresh virtual machine:

    sudo apt-get install -y python3-pip tor
    pip install --break-system-packages onionprobe
    pip install --break-system-packages \
      onionprobe==$ONIONPROBE_VERSION

Do the tests once more, in this new installation.