pkg install, add link if package no have scripts

This commit is contained in:
2026-09-15 03:44:26 +03:00
parent e5c7d22875
commit 27169ee4cd
23 changed files with 353 additions and 9 deletions

View File

@ -0,0 +1,7 @@
scan
=
``` config
python -m venv venv
venv/bin/pip install fastapi "uvicorn[standard]" python-multipart
```