mirror of https://github.com/gtitov/mosecohak
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| repo@2254c524bd | 4 years ago | |
| .gitignore | 4 years ago | |
| db.sqlite | 4 years ago | |
| main.py | 4 years ago | |
| readme.md | 4 years ago | |
| requirements.txt | 4 years ago | |
| server.py | 4 years ago | |
readme.md
# Установка через venv
python3 -m venv .venv
source .venv/bin/activate # bash
.\.venv\Scripts\Activate.ps1 # PowerShell
pip install -r requirements.txt
uvicorn main:app --reload