Skip to content

Commit 9f596db

Browse files
committed
minor typos
1 parent 69e16fa commit 9f596db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/quickstart.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,19 +97,19 @@ Install RISCV-CONFIG
9797

9898
.. code-block:: bash
9999
100-
$ pip install riscv_config
100+
$ pip3 install riscv_config
101101
102102
To update an already installed version of RISCV-CONFIG to the latest version:
103103

104104
.. code-block:: bash
105105
106-
$ pip install -U riscv_config
106+
$ pip3 install -U riscv_config
107107
108108
To checkout a specific version of riscv_config:
109109

110110
.. code-block:: bash
111111
112-
$ pip install riscv_config--1.x.x
112+
$ pip3 install riscv_config--1.x.x
113113
114114
Once you have RISCV_CONFIG installed, executing ``riscv_config --help`` should print the following
115115
output ::
@@ -134,7 +134,7 @@ RISCV_CONFIG for Developers
134134

135135
Clone the repository from git and install required dependencies.
136136

137-
.. note:: you will still need python-3.7.0 and pip.
137+
.. note:: you will still need python (>=3.6.0) and pip.
138138
If you are using `pyenv` as mentioned above, make sure to enable that environment before
139139
performing the following steps.
140140

0 commit comments

Comments
 (0)