diff options
author | aouinizied <aouinizied@gmail.com> | 2022-04-07 17:54:41 +0200 |
---|---|---|
committer | aouinizied <aouinizied@gmail.com> | 2022-04-07 17:54:41 +0200 |
commit | ff993e2f57afbe2ac89f2da135aec37a31ec6832 (patch) | |
tree | ea3819aa1d0be77193fc9576fe3b3f7c6aee9e84 /python/README.md | |
parent | a6e2f4a15a52087ff3f2fa16bb990c998c5215a6 (diff) |
Python bindings fix.
Diffstat (limited to 'python/README.md')
-rw-r--r-- | python/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/README.md b/python/README.md index dd8ab55c9..f1820f2b0 100644 --- a/python/README.md +++ b/python/README.md @@ -22,8 +22,9 @@ sudo make install ``` bash cd python +python3 -m pip install --upgrade pip python3 -m install -r dev_requirements.txt -python3 setup.py install +python3 -m pip install . ``` ## Usage |