summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSasank Chilamkurthy <sasankchilamkurthy@gmail.com>2020-09-12 18:43:51 +0530
committerSasank Chilamkurthy <sasankchilamkurthy@gmail.com>2020-09-12 18:43:51 +0530
commitbdac8f8a858b375945ba42f45cd23b3790a52146 (patch)
tree023300aff34d3abfb4bfb93055eae58440b8d9d2
parent5e3292cd1d82a39d5107a3c25695b36ab85ef01d (diff)
downloadswig-bdac8f8a858b375945ba42f45cd23b3790a52146.tar.gz
instructions to use pip3
-rw-r--r--SphinxDocs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/SphinxDocs/README.md b/SphinxDocs/README.md
index f3fda7d88..985b168b6 100644
--- a/SphinxDocs/README.md
+++ b/SphinxDocs/README.md
@@ -8,7 +8,7 @@ because handcrafted html files are harder to maintain.
Here is how to setup environment and build docs:
* Install python3: `sudo apt-get install python3 python3-pip`
-* Install dependencies: `pip install -r requirements.txt`
+* Install dependencies: `pip3 install -r requirements.txt`
* Build html: `make html`
* Open `build/html/index.html` in a browser to browse docs