diff --git a/hpvm/docs/README.md b/hpvm/docs/README.md
index 7ea7dea380a84941b826e6e74a9ab837163d2c5f..c93b7ed1517061d4417b0924a51c62b3726a7ca9 100644
--- a/hpvm/docs/README.md
+++ b/hpvm/docs/README.md
@@ -7,7 +7,7 @@ We use Sphinx for generating the API and reference documentation.
 Install the following Python packages needed to build the documentation by entering:
 
 ```bash
-pip install sphinx sphinx-autodoc-typehints sphinx-rtd-theme numpydoc
+pip3 install sphinx sphinx-autodoc-typehints sphinx-rtd-theme numpydoc
 ```
 
 To build the HTML documentation, enter::
diff --git a/hpvm/docs/components/keras-benchmarks.rst b/hpvm/docs/components/keras-benchmarks.rst
index 31a8d7bc926c4b4473856e71bfa10e3480e4aa5e..fe6a6414e24a70092667ca986c21b3ecaa56cd87 100644
--- a/hpvm/docs/components/keras-benchmarks.rst
+++ b/hpvm/docs/components/keras-benchmarks.rst
@@ -174,4 +174,4 @@ Automated Tests
 
 .. code-block::
 
-   python test_benchmarks.py
+   python3 test_benchmarks.py
diff --git a/hpvm/projects/torch2hpvm/README.rst b/hpvm/projects/torch2hpvm/README.rst
index 7d1aeae3a8cd31d0353d12835d582d25f30652c1..e36e832045d9092d463448ce3e114d02c8f8a1ef 100644
--- a/hpvm/projects/torch2hpvm/README.rst
+++ b/hpvm/projects/torch2hpvm/README.rst
@@ -12,12 +12,12 @@ PyTorch Frontend for HPVM
 Installation
 ------------
 
-``pip`` is the recommended package manager (also available within ``conda``).
-Using ``pip``:
+``pip3`` is the recommended package manager (also available within ``conda``).
+Using ``pip3``:
 
 .. code-block:: bash
 
-   pip install -e ./
+   pip3 install -e ./
 
 Getting Started
 ---------------