Skip to content

Commit fd76ffb

Browse files
committed
Add installation instraction (requires Cryptodome package)
1 parent c73ce2b commit fd76ffb

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Mock DP3T: Decentralized Privacy Preserving Proximity Tracing
1+
# Decentralized Privacy Preserving Proximity Tracing
22

33
* Source code license: Apache 2.0
44

@@ -45,6 +45,14 @@ checks all local contacts if one of the `EphIDs` of that `SK` were observed
4545
and then issues a warning.
4646

4747

48+
## Installation
49+
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`.
54+
55+
4856
## Example run
4957

5058
The file `example_run.py` show cases the different aspects of proximity

0 commit comments

Comments
 (0)