mirror of https://github.com/gtitov/mosecohak
parent
3079144619
commit
6ffa74fdcc
@ -1,7 +1,7 @@
|
||||
```bash
|
||||
# Установка через venv
|
||||
python3 -m venv .venv
|
||||
.venv/bin/activate # bash
|
||||
source .venv/bin/activate # bash
|
||||
.\.venv\Scripts\Activate.ps1 # PowerShell
|
||||
pip install -r requirements.txt
|
||||
uvicorn main:app --reload
|
||||
|
||||
Loading…
Reference in new issue