Skip to content

Commit

Permalink
docs: pin python to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
matinnuhamunada committed Oct 5, 2023
1 parent 84cff6a commit 371e17b
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 @@ -21,7 +21,7 @@ A quick and easy way to use `BGCFlow` using [`bgcflow_wrapper`](https://github.c

```bash
# create and activate a new conda environment
conda create -n bgcflow -c conda-forge pip openjdk -y
conda create -n bgcflow -c conda-forge python=3.11 pip openjdk -y
conda activate bgcflow

# install `BGCFlow` wrapper
Expand Down

0 comments on commit 371e17b

Please sign in to comment.