Fix typo in the pip command in README.md

This commit is contained in:
Ville Laitila 2020-11-14 23:29:53 +02:00
parent 0fb4b8a768
commit 8d83871580

View File

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