From 57f13cc86894e04af8253279717a7322a17bee33 Mon Sep 17 00:00:00 2001 From: Matt Stone Date: Thu, 18 Jul 2024 10:19:13 -0400 Subject: [PATCH] Update README.md (#164) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 87eaf420..ab6d7800 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,10 @@ A simple way to create an environment with the desired version of python and poe ```bash conda create -n fgpyo -c conda-forge "python>=3.8" poetry conda activate fgpyo -poetry install + +# --all-extras is required to install `mkdocs` and associated dependencies, +# which are required for development +poetry install --all-extras ``` [rtd-link]: http://fgpyo.readthedocs.org/en/stable