File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
115115output ::
@@ -134,7 +134,7 @@ RISCV_CONFIG for Developers
134134
135135Clone 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
You can’t perform that action at this time.
0 commit comments