update environment dependencies for macos setup

This commit is contained in:
Lucy Cifferello
2022-01-24 12:36:02 -07:00
parent 0883e6a336
commit 4141e2228a
3 changed files with 12 additions and 2 deletions

View File

@@ -25,8 +25,16 @@ The [extension](https://github.com/Holzhaus/sphinx-multiversion) used to build d
## Dependencies
Install [python3] (https://www.python.org/downloads/)
Install [poetry] (https://python-poetry.org/docs/)
Install [pyenv](https://github.com/pyenv/pyenv)
For installations with MacOS:
```
brew install python3
brew install poetry
```
## Project Setup