mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
Fix typo in the pip command in README.md
This commit is contained in:
parent
0fb4b8a768
commit
8d83871580
@ -6,7 +6,7 @@ Python bindings through cFFI (API, out-of-line) for calling enry Go functions ex
|
|||||||
|
|
||||||
```
|
```
|
||||||
$ pushd .. && make static && popd
|
$ pushd .. && make static && popd
|
||||||
$ pip install -r requirments.txt
|
$ pip install -r requirements.txt
|
||||||
$ python build_enry.py
|
$ python build_enry.py
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -26,4 +26,4 @@ $ python enry.py
|
|||||||
- [x] cover the rest of enry API
|
- [x] cover the rest of enry API
|
||||||
- [x] add `setup.py`
|
- [x] add `setup.py`
|
||||||
- [ ] build/release automation on CI (publish on pypi)
|
- [ ] build/release automation on CI (publish on pypi)
|
||||||
- [ ] try ABI mode, to avoid dependency on C compiler on install (+perf test?)
|
- [ ] try ABI mode, to avoid dependency on C compiler on install (+perf test?)
|
||||||
|
Loading…
Reference in New Issue
Block a user