aboutsummaryrefslogtreecommitdiff
path: root/python/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'python/README.md')
-rw-r--r--python/README.md3
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