pyright-fix
All checks were successful
deploy / deploy (push) Successful in 2m16s

This commit is contained in:
2023-11-27 11:12:42 +03:00
parent fe60d625e5
commit 909ddbd79d
3 changed files with 15 additions and 6 deletions

View File

@@ -23,11 +23,13 @@ apt install redis nginx
```
Then run nginx, redis and API server
```
redis-server
poetry env use 3.12
poetry install
poetry run python server.py dev
```shell
mkdir .venv
python3.12 -m venv .venv
poetry env use .venv/bin/python3.12
poetry update
poetry run python server.py
```
## Services