mirror of
https://github.com/hoshikawa2/first_contas.git
synced 2026-07-09 10:14:20 +00:00
7 lines
139 B
Markdown
7 lines
139 B
Markdown
python -m venv .venv
|
|
|
|
source .venv/bin/activate
|
|
|
|
pip install -r requirements.txt
|
|
|
|
uvicorn app:app --host 0.0.0.0 --port 8001 --reload |