From 51704f1456b1bfc93453691506f0a5925f1f58b9 Mon Sep 17 00:00:00 2001 From: w4ffl35 Date: Mon, 27 Mar 2023 12:17:32 -0600 Subject: [PATCH] Fixes installation instructions for chatai --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59a583f..b31bec4 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Use this installation method if you intend to modify the source code of Chat AI. 1. Fork this repo on github 2. `git clone https://github.com/Capsize-Games/chatai` -3. `cd chatai && pip install -r requirements.txt` +3. `python -m venv env` - skip if you don't want to use venv +3. `cd chatai && pip install -e .` 4. `cd chatai && python main.py`