Skip to content
Snippets Groups Projects
Commit 0257183c authored by Yifan Zhao's avatar Yifan Zhao
Browse files

pip -> pip3

parent 734eb22f
No related branches found
No related tags found
No related merge requests found
......@@ -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::
......
......@@ -174,4 +174,4 @@ Automated Tests
.. code-block::
python test_benchmarks.py
python3 test_benchmarks.py
......@@ -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
---------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment