From c7d14977b5bd13a41c52f01adf8efb5e5aad5873 Mon Sep 17 00:00:00 2001 From: Stax124 Date: Fri, 27 Oct 2023 12:56:52 +0200 Subject: [PATCH] Update windows installation docs --- docs/installation/windows.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/installation/windows.md b/docs/installation/windows.md index 44283d210..af48b5538 100644 --- a/docs/installation/windows.md +++ b/docs/installation/windows.md @@ -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