Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme to specify Python 3.11 for the example #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,13 @@ so that there won't be conflicts with your base *Python* installation.
This can be done with *conda* as,

```bash
conda create -n bmi-tester python=3
conda create -n bmi-tester python=3.11
conda activate bmi-tester
```
(Note, this has been tested with Python 3.11, specified above explicitly
for the purpose of using the `pymt_hydrotrend` package as an example (see below).
Higher versions of Python can be selected, and changing the above flag to
`python=3` will instead choose the latest available version.)

### Stable Release

Expand Down