docs(python): mention git submodules in trezorctl setup
What changed, and why it matters
This commit only updates the setup instructions in a README file. It tells users to initialize Git submodules before installing the trezorctl command-line tool. There is no code change and no security issue.
No action needed. This is a benign documentation update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
A single line was added to python/README.md instructing users to run git submodule update --init --recursive after cloning the repository. This is a documentation-only change that clarifies the build/setup process. No source code, dependencies, or cryptographic logic were modified.
Changed components
python/README.mdInspect captured patch +1 / −0
diff --git a/python/README.md b/python/README.md
index 660371e0c..936b4c5a3 100644
--- a/python/README.md
+++ b/python/README.md
@@ -94,6 +94,7 @@ Install the [Poetry](https://python-poetry.org/) tool, checkout
pip3 install poetry
git clone https://github.com/trezor/trezor-firmware
cd trezor-firmware
+git submodule update --init --recursive
poetry install
poetry shell
```
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.