Skip to content

Commit

Permalink
Add specificaiton of python version and reccomend pyenv
Browse files Browse the repository at this point in the history
  • Loading branch information
sallymatson committed Jan 16, 2025
1 parent 7c6d6f9 commit db608b6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/source/using_the_ve/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ language_info:
## Installing the Virtual Ecosystem model

For most users the best way to get started with the Virtual Ecosystem package is to
first [install Python](https://www.python.org/downloads/). Then open a terminal window
and use the following command to install the Virtual Ecosystem using the `pip` package
installer.
first [install Python](https://www.python.org/downloads/). To use the Virtual Ecosystem
you will need Python 3.10, 3.11, or 3.12. If you are new to Python, we recommend using
`pyenv` or `pyenv-win` to install and manage versions of Python.

Afer installing Python, open a terminal window and use the following command to install
the Virtual Ecosystem using the `pip` package installer.

```sh
pip install virtual-ecosystem
Expand Down

2 comments on commit db608b6

@davidorme
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm really not sure I'd recommend this for standard users. You only really need pyenv if you want to run parallel installed versions. There is an issue with Mac of having the 'system' Python, but pyenv is an awfully heavy solution to that issue.

@sallymatson
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed ref to pyenv!

Please # to comment.