Merge pull request #9 from FoundSol/patch-1

Update README.md
This commit is contained in:
Jaret Burkett
2023-08-25 20:05:51 -06:00
committed by GitHub

View File

@@ -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