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