Skip to content

Commit

Permalink
Update README.md (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
msto authored Jul 18, 2024
1 parent d384daa commit 57f13cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57f13cc

Please sign in to comment.