@@ -113,7 +113,7 @@ Latest release
113
113
114
114
.. code-block :: console
115
115
116
- $ pip install --upgrade nmigen[builtin-yosys]
116
+ $ pip install --user -- upgrade nmigen[builtin-yosys]
117
117
118
118
.. tab-container :: linux
119
119
:title: Linux
@@ -122,13 +122,13 @@ Latest release
122
122
123
123
.. code-block :: console
124
124
125
- $ pip3 install --upgrade nmigen[builtin-yosys]
125
+ $ pip3 install --user -- upgrade nmigen[builtin-yosys]
126
126
127
127
If you **did ** install Yosys manually in the previous step, run:
128
128
129
129
.. code-block :: console
130
130
131
- $ pip3 install --upgrade nmigen
131
+ $ pip3 install --user -- upgrade nmigen
132
132
133
133
134
134
.. _install-develop :
@@ -172,15 +172,15 @@ Development snapshot
172
172
173
173
$ git clone https://github.com/nmigen/nmigen
174
174
$ cd nmigen
175
- $ pip install --editable .[builtin-yosys]
175
+ $ pip install --user -- editable .[builtin-yosys]
176
176
177
177
|snapshot:update |
178
178
179
179
.. code-block :: console
180
180
181
181
$ cd nmigen
182
182
$ git pull --ff-only origin master
183
- $ pip install --editable .[builtin-yosys]
183
+ $ pip install --user -- editable .[builtin-yosys]
184
184
185
185
|snapshot:reinstall |
186
186
@@ -195,15 +195,15 @@ Development snapshot
195
195
196
196
$ git clone https://github.com/nmigen/nmigen
197
197
$ cd nmigen
198
- $ pip3 install --editable .[builtin-yosys]
198
+ $ pip3 install --user -- editable .[builtin-yosys]
199
199
200
200
|snapshot:update |
201
201
202
202
.. code-block :: console
203
203
204
204
$ cd nmigen
205
205
$ git pull --ff-only origin master
206
- $ pip3 install --editable .[builtin-yosys]
206
+ $ pip3 install --user -- editable .[builtin-yosys]
207
207
208
208
|snapshot:reinstall |
209
209
0 commit comments