Funcional

This commit is contained in:
2026-04-29 21:05:59 -03:00
parent 096aa4e6ec
commit 9157f07fac

View File

@@ -1033,6 +1033,9 @@ pytest -v
## 📦 Passo 4 — Gerar o pacote ## 📦 Passo 4 — Gerar o pacote
```bash ```bash
cd /final_pkg
pip install -U pip
pip install build
python -m build python -m build
``` ```