Skip to content

Commit 130342f

Browse files
authored
Note about different python installations.
1 parent fd76ffb commit 130342f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ 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-
`pip install pycryptodome`.
53+
`pip3 install pycryptodome` (or `pip` if you only have python3 installed).
5454

5555

5656
## Example run

0 commit comments

Comments
 (0)