From d432c68c462aa88fa0afd1fafe3abd19500e2f24 Mon Sep 17 00:00:00 2001 From: maglore9900 Date: Wed, 2 Oct 2024 14:09:39 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee93ebe..2215245 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ so basically the steps are pretty simple - install python 3.10 on the system - create a virtual environment using `python -m venv .` in the folder/dir of the code - activate the environment with `Scripts\activate.bat` on windows or `source bin/activate` on linux -- run pip install to install all the required modules `pip install -r requirements.txt` +- run pip install to install all the required modules `pip install -r requirements_windows.txt` - then copy example_env.txt to `.env` - open that, and put in your info, like openai key or ollama or whatever - then run `python main.py` to start the whole thing up