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 @@ -149,7 +149,7 @@ Install `t_mac` from the source (please run in a `virtualenv`):
149
149
``` bash
150
150
git clone --recursive https://github.com/microsoft/T-MAC.git
151
151
# in virtualenv
152
- pip install . -v # or pip install -e . -v
152
+ pip install -e . -v
153
153
source build/t-mac-envs.sh
154
154
```
155
155
@@ -172,7 +172,7 @@ Install `t_mac` from the source (please run in a `virtualenv`):
172
172
``` bash
173
173
git clone --recursive https://github.com/microsoft/T-MAC.git
174
174
# in virtualenv
175
- pip install . -v # or pip install -e . -v
175
+ pip install -e . -v
176
176
source build/t-mac-envs.sh
177
177
```
178
178
@@ -217,7 +217,7 @@ Install `t_mac` from the source:
217
217
cd ..\..\..\ # back to project root directory
218
218
$env:MANUAL_BUILD = "1"
219
219
$env:PYTHONPATH = "$pwd\3rdparty\tvm\python"
220
- pip install . -v # or pip install -e . -v
220
+ pip install -e . -v
221
221
```
222
222
223
223
</details >
@@ -272,7 +272,7 @@ cd ..\..\..\ # back to project root directory
272
272
$env:MANUAL_BUILD = "1"
273
273
$env:PYTHONPATH = "$pwd\3rdparty\tvm\python"
274
274
pip install wmi # To detect the native ARM64 CPU within x86_64 python
275
- pip install . -v # or pip install -e . -v
275
+ pip install -e . -v
276
276
```
277
277
278
278
</details >
You can’t perform that action at this time.
0 commit comments