Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Add slightly different approach to installing poetry until I can conf…
Browse files Browse the repository at this point in the history
…irm which is correct
  • Loading branch information
mdragon committed Sep 6, 2024
1 parent c45d694 commit fb07567
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions documentation/api/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ A very simple [docker-compose.yml](../../docker-compose.yml) has been included t
curl -sSL https://install.python-poetry.org | python3 -
```

- MD- I ended up accomplishing this via
`pyenv local 3.12.5`

- and then

```bash
curl -sSL https://install.python-poetry.org | python -
```

3. If you are using an M1 mac, you will need to install postgres as well: `brew install postgresql` (The psycopg2-binary is built from source on M1 macs which requires the postgres executable to be present)

4. You'll also need [Docker Desktop](https://www.docker.com/products/docker-desktop/)
Expand Down

0 comments on commit fb07567

Please sign in to comment.