Update README.md

This commit is contained in:
veguAI 2024-01-30 08:08:45 +02:00 committed by GitHub
parent 1837796852
commit 1d8a9b113c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,7 +81,7 @@ There is also a [troubleshooting guide](docs/troubleshoot.md) that might help.
### Windows ### 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 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/). LTS version recommended. 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.
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`.