From 8d83871580fe6e9ae56a575616b80262cecba97c Mon Sep 17 00:00:00 2001 From: Ville Laitila Date: Sat, 14 Nov 2020 23:29:53 +0200 Subject: [PATCH] Fix typo in the pip command in README.md --- python/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/README.md b/python/README.md index 71cdaf3..de9874e 100644 --- a/python/README.md +++ b/python/README.md @@ -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 ``` @@ -26,4 +26,4 @@ $ python enry.py - [x] cover the rest of enry API - [x] add `setup.py` - [ ] build/release automation on CI (publish on pypi) - - [ ] try ABI mode, to avoid dependency on C compiler on install (+perf test?) \ No newline at end of file + - [ ] try ABI mode, to avoid dependency on C compiler on install (+perf test?)