Skip to content

Commit

Permalink
Fix: document how to compile the C-library
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain committed Dec 8, 2024
1 parent df91eb6 commit 88a4fe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ To start it, you are advised to first create a virtualenv:
```bash
python3 -m venv .env
.env/bin/pip install -r requirements.txt
python setup.py install
```

#### Starting a local server
Expand Down

0 comments on commit 88a4fe0

Please sign in to comment.