We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd76ffb commit 130342fCopy full SHA for 130342f
1 file changed
README.md
@@ -50,7 +50,7 @@ and then issues a warning.
50
You can run the DP3T reference implementation with your favorite `python3`
51
interpreter. The only additional package you need is `Cryptodome`. You can
52
install it, e.g., through `sudo apt install python3-pycryptodome` or
53
-`pip install pycryptodome`.
+`pip3 install pycryptodome` (or `pip` if you only have python3 installed).
54
55
56
## Example run
0 commit comments