Skip to content

Commit

Permalink
promote the use of Python 3.8 instead of 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianegli committed Oct 26, 2022
1 parent 6a1b48b commit 972f078
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 @@ -66,7 +66,7 @@ conda install nf-core
Alternatively, you can create a new environment with both nf-core/tools and nextflow:

```bash
conda create --name nf-core python=3.7 nf-core nextflow
conda create --name nf-core python=3.8 nf-core nextflow
conda activate nf-core
```

Expand Down

0 comments on commit 972f078

Please sign in to comment.