Name | Mode | Size |
---|---|---|
ci | 040000 | |
depot | 040000 | |
docker | 040000 | |
scripts | 040000 | |
.cruft.json | 100644 | 0 kb |
.editorconfig | 100644 | 0 kb |
.env.sample | 100644 | 0 kb |
.gitattributes | 100644 | 0 kb |
.gitignore | 100644 | 1 kb |
.gitlint | 100644 | 0 kb |
.hadolint.yaml | 100644 | 0 kb |
.pre-commit-config.yaml | 100644 | 1 kb |
.shellcheckrc | 100644 | 0 kb |
.yamllint | 100644 | 0 kb |
LICENSE | 100644 | 34 kb |
Makefile | 100644 | 1 kb |
README.md | 100644 | 0 kb |
docker-compose.yml | 100644 | 1 kb |
poetry.lock | 100644 | 44 kb |
pyproject.toml | 100644 | 1 kb |
# Depot
## Installation
### Building from Source
#### M1 Macs
Install `psycopg2` dependencies using `brew`:
```shell
brew install libpq
```
```shell
export PATH="/opt/homebrew/opt/libpq/bin:$PATH"
export LDFLAGS="-L/opt/homebrew/opt/openssl@1.1/lib"
export CPPFLAGS="-I/opt/homebrew/opt/openssl@1.1/include"
```
Continue with install...
## References
* [Install psycopg2 on M1 Macs](https://gist.github.com/bruno-uy/f6c7618e7c3d917ba18fa0f7e2d05426)