Updated README
Some checks failed
/ build:package (push) Has been skipped
/ backend-pylint (push) Failing after 1m3s

This commit is contained in:
Firq 2023-12-20 17:06:08 +01:00
parent ffa6d3254e
commit 94bf0cdc18
Signed by: Firq
GPG key ID: 4DE1059A4666E89F

View file

@ -8,7 +8,7 @@ Set up the venv and requirements
cd backend
py -m venv .venv
.venv/Scripts/activate
pip install -r requirements.txt
pip install -e .
```
## Running
@ -16,5 +16,5 @@ pip install -r requirements.txt
Start the server using
```shell
py server.py
py -m fgo-request-manager
```