Skip to content

Commit

Permalink
Merge pull request yt-project#3157 from neutrinoceros/pyversion_readme
Browse files Browse the repository at this point in the history
rephrase comment in README to avoid pinning a specific minimal python version
  • Loading branch information
munkm authored Mar 29, 2021
2 parents 6640aa6 + 46655f0 commit 441ed61
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 @@ -86,7 +86,7 @@ Alternatively, you can install yt in a
```shell
# It is conventional to create virtualenvs at ~/.virtualenv/
$ mkdir -p ~/.virtualenv
# Assuming your version of Python 3 is 3.4 or higher,
# Assuming your version of Python 3 meets the minimal requirement
# create a virtualenv named yt-git
$ python3 -m venv ~/.virtualenv/yt-git
# Activate it
Expand Down

0 comments on commit 441ed61

Please sign in to comment.