Skip to content

Commit

Permalink
specify version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Dec 4, 2024
1 parent 556f704 commit 0d10456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEV_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You will need the following tools installed to develop on the Opentrons platform
- curl
- ssh
- Python v3.10
- Node.js v22
- Node.js v22.11.0

### macOS

Expand Down Expand Up @@ -202,7 +202,7 @@ Once you are inside the repository for the first time, you should do two things:
3. Run `python --version` to confirm your chosen version. If you get the incorrect version and you're using an Apple silicon Mac, try running `eval "$(pyenv init --path)"` and then `pyenv local 3.10.13`. Then check `python --version` again.

```shell
# confirm Node v22
# confirm Node v22.11.0 or greater
node --version

# set Python version, and confirm
Expand Down

0 comments on commit 0d10456

Please sign in to comment.