Skip to content

Commit 03a9788

Browse files
committed
update version in readme
1 parent c5ab8e5 commit 03a9788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ See documentation on [fgpyo.readthedocs.org][rtd-link].
4848
A simple way to create an environment with the desired version of python and poetry is to use [conda][conda-link]. E.g.:
4949

5050
```bash
51-
conda create -n fgpyo -c conda-forge "python>=3.6" poetry
51+
conda create -n fgpyo -c conda-forge "python>=3.8" poetry
5252
conda activate fgpyo
5353
poetry install
5454
```

0 commit comments

Comments
 (0)