Skip to content

Commit 1abe554

Browse files
authored
Fix: document how to compile the C-library (#485)
1 parent d066ace commit 1abe554

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ To start it, you are advised to first create a virtualenv:
2727
```bash
2828
python3 -m venv .env
2929
.env/bin/pip install -r requirements.txt
30+
python setup.py install
3031
```
3132

3233
#### Starting a local server

0 commit comments

Comments
 (0)