An api for my Arduino projects.
- Install pyenv.
brew update && brew install pyenv
- Add the following to your zsh profile.
eval "$(pyenv init -)
- Install the version of python we need, defined in .python-version.
pyenv install
- Restart your terminal.
curl -sSL https://install.python-poetry.org | python3 -
To confirm it is set up correctly:
poetry --version