Merge pull request #38 from softagram/fix-readme-cmd

Fix typo in the pip command in README.md
This commit is contained in:
Alexander 2020-11-26 12:46:28 +01:00 committed by GitHub
commit 6edbff3dec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
```