Skip to content

Commit cf02729

Browse files
authored
Fix Windows install instructions (#166)
1 parent 08ddf4f commit cf02729

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

docs/install/index.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,11 @@ This step is not mandatory. But the latest `pip` install requires this or else w
4848

4949
=== "Windows"
5050
```bash
51-
python3 -m venv mlcflow
51+
python -m venv mlcflow
5252
mlcflow\Scripts\activate.bat
53+
```
54+
Run as Administrator
55+
```bash
5356
git config --system core.longpaths true
5457
```
5558

@@ -60,9 +63,14 @@ If you are not using virtual ENV for installation, the latest `pip` install requ
6063
```bash
6164
pip install mlcflow
6265
```
63-
66+
## Pull the Automation Repo
67+
```bash
68+
mlc pull repo mlcommons@mlperf-automations
69+
```
70+
* If you are forking https://github.com/mlcommons/mlperf-automations you can substitute the above command by `mlc pull repo <your_github_username>@mlperf-automations`.
71+
6472
!!! tip
65-
If you want to pull the latest changes (recommended), please do `mlc pull repo` after the installation.
73+
If you want to pull the latest changes (recommended), please do `mlc pull repo` periodically.
6674

6775

6876
Now, you are ready to use the `mlc` commands. Currently, `mlc` is being used to automate the benchmark runs for:

0 commit comments

Comments
 (0)