Update README.md

This commit is contained in:
Kyattsukuro 2025-09-18 10:57:55 +02:00
parent b72ecc55e9
commit 36fb1af01e

View File

@ -32,5 +32,5 @@ For the backend, install dependencies and run the server:
```sh
pip install -r simple_chat_api/requirements.txt
python -m simple_chat_api
DEV=true python -m simple_chat_api
```