Skip to content

Commit f6c4e43

Browse files
authored
Clarified the subset of Cryptodome that we use.
1 parent cae4fd0 commit f6c4e43

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ and then issues a warning.
5050
You can run the DP3T reference implementation with your favorite `python3`
5151
interpreter. The only additional package you need is `Cryptodome`. You can
5252
install it, e.g., through `sudo apt install python3-pycryptodome` or
53-
`pip3 install pycryptodome` (or `pip` if you only have python3 installed).
53+
`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.
5457

5558

5659
## Example run

0 commit comments

Comments
 (0)