mirror of
https://github.com/vegu-ai/talemate.git
synced 2025-09-04 11:29:10 +00:00
Update README.md
This commit is contained in:
parent
611f77a730
commit
8ad794aa6c
1 changed files with 5 additions and 2 deletions
|
@ -68,10 +68,13 @@ Post [here](https://github.com/vegu-ai/talemate/issues/17) if you run into probl
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
1. Download and install Python 3.10 or higher from the [official Python website](https://www.python.org/downloads/windows/).
|
1. Download and install Python 3.10 or Python 3.11 from the [official Python website](https://www.python.org/downloads/windows/). :warning: python3.12 is currently not supported.
|
||||||
1. Download and install Node.js from the [official Node.js website](https://nodejs.org/en/download/). This will also install npm.
|
1. Download and install Node.js from the [official Node.js website](https://nodejs.org/en/download/). This will also install npm.
|
||||||
1. Download the Talemate project to your local machine. Download from [the Releases page](https://github.com/vegu-ai/talemate/releases).
|
1. Download the Talemate project to your local machine. Download from [the Releases page](https://github.com/vegu-ai/talemate/releases).
|
||||||
1. Unpack the download and run `install.bat` by double clicking it. This will set up the project on your local machine.
|
1. Unpack the download and run `install.bat` by double clicking it. This will set up the project on your local machine.
|
||||||
|
- :warning: If your installation errors with a notification to upgrade "Microsoft Visual C++" go to https://visualstudio.microsoft.com/visual-cpp-build-tools/ and click "Download Build Tools" and run it.
|
||||||
|
- During installation make sure you select the C++ development package (upper left corner)
|
||||||
|
- Run `reinstall.bat` inside talemate directory
|
||||||
1. Once the installation is complete, you can start the backend and frontend servers by running `start.bat`.
|
1. Once the installation is complete, you can start the backend and frontend servers by running `start.bat`.
|
||||||
1. Navigate your browser to http://localhost:8080
|
1. Navigate your browser to http://localhost:8080
|
||||||
|
|
||||||
|
@ -172,4 +175,4 @@ Please read the documents in the `docs` folder for more advanced configuration a
|
||||||
- [Text-to-Speech (TTS)](docs/tts.md)
|
- [Text-to-Speech (TTS)](docs/tts.md)
|
||||||
- [ChromaDB (long term memory)](docs/chromadb.md)
|
- [ChromaDB (long term memory)](docs/chromadb.md)
|
||||||
- [Runpod Integration](docs/runpod.md)
|
- [Runpod Integration](docs/runpod.md)
|
||||||
- Creative mode
|
- Creative mode
|
||||||
|
|
Loading…
Add table
Reference in a new issue