We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73ce2b commit fd76ffbCopy full SHA for fd76ffb
1 file changed
README.md
@@ -1,4 +1,4 @@
1
-# Mock DP3T: Decentralized Privacy Preserving Proximity Tracing
+# Decentralized Privacy Preserving Proximity Tracing
2
3
* Source code license: Apache 2.0
4
@@ -45,6 +45,14 @@ checks all local contacts if one of the `EphIDs` of that `SK` were observed
45
and then issues a warning.
46
47
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
56
## Example run
57
58
The file `example_run.py` show cases the different aspects of proximity
0 commit comments