From c60acfea651ef1503f5b47ffada6f009ee0dcc0f Mon Sep 17 00:00:00 2001 From: Daniel Izdebski Date: Fri, 2 Oct 2020 14:07:44 +0200 Subject: [PATCH] Add installation instructions of python packages for sphinx (#379) --- waffle-cli/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/waffle-cli/README.md b/waffle-cli/README.md index aac800ac2..f6c382bdd 100644 --- a/waffle-cli/README.md +++ b/waffle-cli/README.md @@ -253,6 +253,11 @@ cd docs make html ``` +Before building documentation for the first time you may have to install required python packages: +```sh +pip install -r docs/requirements.txt +``` + ## Roadmap See https://github.com/EthWorks/Waffle/issues/155