From ff993e2f57afbe2ac89f2da135aec37a31ec6832 Mon Sep 17 00:00:00 2001 From: aouinizied Date: Thu, 7 Apr 2022 17:54:41 +0200 Subject: Python bindings fix. --- python/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python/README.md') 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 -- cgit v1.2.3