mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-27 15:51:02 +00:00
docs: add poetry install after git clone [skip ci]
This commit is contained in:
parent
76dc3b3e51
commit
f47b8bdbc8
@ -6,7 +6,9 @@ Run the following to checkout the project:
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone --recurse-submodules https://github.com/trezor/trezor-firmware.git
|
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
|
After this you will need to install some software dependencies based on what flavor
|
||||||
|
Loading…
Reference in New Issue
Block a user