File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,17 +71,17 @@ Bluetooth devices or backend services.
7171
7272You'll need to install the project. For example as follows:
7373
74- ```
74+ ``` bash
7575python3 -m venv venv
7676source venv/bin/activate
77- pip3 install -e "."
77+ pip3 install -e .
7878```
7979
8080## Running the example
8181
8282After installing the project you can run the examples:
8383
84- ```
84+ ``` bash
8585examples/run_lowcost.py
8686examples/run_unlinkable.py
8787```
@@ -90,7 +90,7 @@ examples/run_unlinkable.py
9090
9191After installing the project you can obtain test vectors by running:
9292
93- ```
93+ ``` bash
9494utils/testvectors_lowcost.py
9595utils/testvectors_unlinkable.py
9696```
@@ -105,7 +105,7 @@ venv/bin/ativate`) to ensure that the paths are picked up correctly.
105105
106106Please install the proper pre-commit-hooks so that the files stay formatted:
107107
108- ```
108+ ``` bash
109109pip install pre-commit
110110pre-commit install
111111```
You can’t perform that action at this time.
0 commit comments