Skip to content

Commit

Permalink
Merge pull request #4 from Capsize-Games/develop
Browse files Browse the repository at this point in the history
Fixes installation instructions for chatai
  • Loading branch information
w4ffl35 authored Mar 27, 2023
2 parents 5939f88 + 51704f1 commit 75c3c8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,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`

0 comments on commit 75c3c8e

Please sign in to comment.