We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c0393 commit a1dbff2Copy full SHA for a1dbff2
README.md
@@ -31,7 +31,7 @@ source env/bin/activate # the env needs to be sourced everytime you use a new t
31
The Python requirements are installed using:
32
33
```bash
34
-make install
+pip install -r requirements.txt
35
```
36
37
The JavaScript part of the protocol needs to be build using NodeJS and Webpack. For convenience this can be done by using only:
0 commit comments