Skip to content

Commit

Permalink
update version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jdidion committed Feb 22, 2024
1 parent c5ab8e5 commit 03a9788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ See documentation on [fgpyo.readthedocs.org][rtd-link].
A simple way to create an environment with the desired version of python and poetry is to use [conda][conda-link]. E.g.:

```bash
conda create -n fgpyo -c conda-forge "python>=3.6" poetry
conda create -n fgpyo -c conda-forge "python>=3.8" poetry
conda activate fgpyo
poetry install
```
Expand Down

0 comments on commit 03a9788

Please sign in to comment.