Skip to content

Commit 078d9a1

Browse files
authored
Merge pull request #95 from anandhu-eng/windows-doc
Update installation commands for windows
2 parents f15c6cf + 20c13bf commit 078d9a1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/install/index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,13 @@ MLCFlow needs `python>=3.7`, `python3-pip`, `python3-venv` and `git` installed o
2525
brew install python git wget binutils curl
2626
```
2727
=== "Windows"
28+
29+
WinGet the Windows Package Manager is available on Windows 11, modern versions of Windows 10, and Windows Server 2025 as a part of the App Installer. For more information visit mirosoft's [site](https://learn.microsoft.com/en-us/windows/package-manager/winget/).
30+
31+
```bash
32+
winget install wget Git.Git python3 cURL.cURL unzip --accept-package-agreements
33+
```
2834

29-
TBD
3035

3136

3237

@@ -44,7 +49,7 @@ This step is not mandatory. But the latest `pip` install requires this or else w
4449
=== "Windows"
4550
```bash
4651
python3 -m venv mlcflow
47-
mlc\Scripts\activate.bat
52+
mlcflow\Scripts\activate.bat
4853
git config --system core.longpaths true
4954
```
5055

0 commit comments

Comments
 (0)