diff --git a/README.md b/README.md index cad254e..6c290c7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ poetry install Build the documentations by ```sh -jupyter-book build docs +poetry install --only doc +poetry run jupyter-book build docs ``` Then serve ```sh