[tor-commits] [onionperf/master] Add command that updates pip to latest version.

karsten at torproject.org karsten at torproject.org
Sat May 30 07:21:03 UTC 2020


commit f26bbe58a560ea5549dd45d70cec0d5d8d01cde8
Author: Philipp Winter <phw at nymity.ch>
Date:   Fri May 15 10:57:42 2020 -0700

    Add command that updates pip to latest version.
    
    If we don't do that, pip may fail because older versions don't ship with
    the wheel package, which is needed to build some of our requirements.
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index a8a6b72..40e85da 100644
--- a/README.md
+++ b/README.md
@@ -112,6 +112,7 @@ to avoid conflicts with your other python projects.
 ```
 python3 -m venv venv
 source venv/bin/activate
+pip install --upgrade pip # make sure that you have a recent version of pip
 pip install -r requirements.txt # installs all required python modules for all OnionPerf subcommands
 deactivate
 ```





More information about the tor-commits mailing list