From 5bef2985b5d8589bdaed9c2b54fe8d1abb505b39 Mon Sep 17 00:00:00 2001 From: Fundamentum Date: Fri, 25 Aug 2023 21:13:24 -0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 67a78afc..edb7397f 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,18 @@ source venv/bin/activate pip3 install -r requirements.txt ``` +Windows: +```bash +git clone https://github.com/ostris/ai-toolkit.git +cd ai-toolkit +git submodule update --init --recursive +python -m venv venv +.\venv\Scripts\activate +pip install torch --use-pep517 --extra-index-url https://download.pytorch.org/whl/cu118 +pip install -r requirements.txt +``` + + --- ## Current Tools