We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Cryptodome
1 parent cae4fd0 commit f6c4e43Copy full SHA for f6c4e43
README.md
@@ -50,7 +50,10 @@ 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
-`pip3 install pycryptodome` (or `pip` if you only have python3 installed).
+`pip3 install pycryptodomex` (or `pip` if you only have python3 installed).
54
+Note that for `pip`, there is a difference between `pycryptodome` and
55
+`pycryptodomex` as they install different subsets of the library API
56
+functionality.
57
58
59
## Example run
0 commit comments