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
|
cd backend
|
||||||
py -m venv .venv
|
py -m venv .venv
|
||||||
.venv/Scripts/activate
|
.venv/Scripts/activate
|
||||||
pip install -r requirements.txt
|
pip install -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
@ -16,5 +16,5 @@ pip install -r requirements.txt
|
||||||
Start the server using
|
Start the server using
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
py server.py
|
py -m fgo-request-manager
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue