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. ...@@ -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: Install the following Python packages needed to build the documentation by entering:
```bash ```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:: To build the HTML documentation, enter::
......
...@@ -174,4 +174,4 @@ Automated Tests ...@@ -174,4 +174,4 @@ Automated Tests
.. code-block:: .. code-block::
python test_benchmarks.py python3 test_benchmarks.py
...@@ -12,12 +12,12 @@ PyTorch Frontend for HPVM ...@@ -12,12 +12,12 @@ PyTorch Frontend for HPVM
Installation Installation
------------ ------------
``pip`` is the recommended package manager (also available within ``conda``). ``pip3`` is the recommended package manager (also available within ``conda``).
Using ``pip``: Using ``pip3``:
.. code-block:: bash .. code-block:: bash
pip install -e ./ pip3 install -e ./
Getting Started 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