Updated README
This commit is contained in:
parent
ffa6d3254e
commit
94bf0cdc18
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue