Skip to content

Commit e7c0663

Browse files
authored
[Fix] Workaround fix for missing t-mac-envs.sh (#26)
1 parent a6f1bde commit e7c0663

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Install `t_mac` from the source (please run in a `virtualenv`):
149149
```bash
150150
git clone --recursive https://github.com/microsoft/T-MAC.git
151151
# in virtualenv
152-
pip install . -v # or pip install -e . -v
152+
pip install -e . -v
153153
source build/t-mac-envs.sh
154154
```
155155

@@ -172,7 +172,7 @@ Install `t_mac` from the source (please run in a `virtualenv`):
172172
```bash
173173
git clone --recursive https://github.com/microsoft/T-MAC.git
174174
# in virtualenv
175-
pip install . -v # or pip install -e . -v
175+
pip install -e . -v
176176
source build/t-mac-envs.sh
177177
```
178178

@@ -217,7 +217,7 @@ Install `t_mac` from the source:
217217
cd ..\..\..\ # back to project root directory
218218
$env:MANUAL_BUILD = "1"
219219
$env:PYTHONPATH = "$pwd\3rdparty\tvm\python"
220-
pip install . -v # or pip install -e . -v
220+
pip install -e . -v
221221
```
222222

223223
</details>
@@ -272,7 +272,7 @@ cd ..\..\..\ # back to project root directory
272272
$env:MANUAL_BUILD = "1"
273273
$env:PYTHONPATH = "$pwd\3rdparty\tvm\python"
274274
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
276276
```
277277

278278
</details>

0 commit comments

Comments
 (0)