docs: add poetry install after git clone [skip ci]

pull/1331/head
Pavol Rusnak 4 years ago
parent 76dc3b3e51
commit f47b8bdbc8
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -6,7 +6,9 @@ Run the following to checkout the project:
```sh
git clone --recurse-submodules https://github.com/trezor/trezor-firmware.git
cd trezor-firmware/core
cd trezor-firmware
poetry install
cd core
```
After this you will need to install some software dependencies based on what flavor

Loading…
Cancel
Save