Skip to content

Commit a1dbff2

Browse files
committed
Fix README.md
1 parent a0c0393 commit a1dbff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ source env/bin/activate # the env needs to be sourced everytime you use a new t
3131
The Python requirements are installed using:
3232

3333
```bash
34-
make install
34+
pip install -r requirements.txt
3535
```
3636

3737
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

Comments
 (0)