We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ab8e5 commit 03a9788Copy full SHA for 03a9788
README.md
@@ -48,7 +48,7 @@ See documentation on [fgpyo.readthedocs.org][rtd-link].
48
A simple way to create an environment with the desired version of python and poetry is to use [conda][conda-link]. E.g.:
49
50
```bash
51
-conda create -n fgpyo -c conda-forge "python>=3.6" poetry
+conda create -n fgpyo -c conda-forge "python>=3.8" poetry
52
conda activate fgpyo
53
poetry install
54
```
0 commit comments