Skip to content

Commit

Permalink
Update windows installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stax124 committed Oct 27, 2023
1 parent a0f3be4 commit c7d1497
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs/installation/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,29 @@
| ONNX | 🚧 |

::: warning
For AITemplate acceleration support, please navigate to [WSL2 Installation Guide](/installation/wsl).
For [AITemplate acceleration](/basics/aitemplate) support, please navigate to [WSL2 Installation Guide](/installation/wsl).
:::

## Pre-requisites

### Python

- Python 3.10 or higher (3.11 is used for testing and development, probably the best option if you do not have any other Python versions installed)
- Installed from official [Python website](https://www.python.org/downloads/) (not from Microsoft Store)
- Added to PATH (done by checking the "Add python.exe to PATH" box during installation) automatically or [manually](https://datatofish.com/add-python-to-windows-path/)

::: tip
You can check if you have Python correctly on path by opening CMD/PowerShell and typing `python --version`. If you get an error, you will need to add Python to path. Also make sure that you have the correct version of Python installed.
:::

::: warning
If you installed Python from the Microsoft Store, you will need to uninstall it and install it from the official website.
:::

### Git

- Installed from official [Git website](https://git-scm.com/downloads)

## Installation

### 1. Create a new folder for the project
Expand Down

0 comments on commit c7d1497

Please sign in to comment.