From 7927d3b3516b794b7a9f11708652e1e266a37c90 Mon Sep 17 00:00:00 2001 From: Shubham Patil Date: Tue, 10 Jan 2023 20:42:51 +0530 Subject: [PATCH] docs: source idf export.sh before running matter install.sh This is the reason people are seeing lark issue. Is is fixed in CI but on development host, if we follow the steps mentioned in the doc then it installs lark in our native python environment. By sourcing idf's export.sh it will install lark in idf's environment. --- docs/en/developing.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/developing.rst b/docs/en/developing.rst index 2e3357aab..055175480 100644 --- a/docs/en/developing.rst +++ b/docs/en/developing.rst @@ -54,6 +54,7 @@ For using VSCode for developement, please check `Developing in WSL