doc: upd build instructions

Signed-off-by: Alexander Bezzubov <alexander.bezzubov@jetbrains.com>
This commit is contained in:
Alexander Bezzubov
2020-08-12 14:38:56 +02:00
parent 5d58b1aaaf
commit 7ee65cc9d0
2 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,8 @@ Python bindings through cFFI (API, out-of-line) for calling enry Go functions ex
## Build
```
$ cd .. && make static
$ pushd .. && make static && popd
$ pip install -r requirments.txt
$ python build_enry.py
```