diff --git a/README.md b/README.md index 8f3af1c..da97ffe 100644 --- a/README.md +++ b/README.md @@ -1033,6 +1033,9 @@ pytest -v ## 📦 Passo 4 — Gerar o pacote ```bash +cd /final_pkg +pip install -U pip +pip install build python -m build ```