From f47b8bdbc80176209fcb8c5da6b2378a6a3666e9 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 22 Oct 2020 22:14:03 +0200 Subject: [PATCH] docs: add poetry install after git clone [skip ci] --- docs/core/build/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/core/build/index.md b/docs/core/build/index.md index 1267c653d..e5d7c9a96 100644 --- a/docs/core/build/index.md +++ b/docs/core/build/index.md @@ -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