Skip to content

Commit c618c6a

Browse files
Added note on psycopg2 installation error
1 parent 0d01c92 commit c618c6a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/installation.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ pipx install poetry
6161
poetry install
6262
```
6363

64+
(Note: if `psycopg2` installation fails with a `ChefBuildError`, you just need to install the PostgreSQL headers first and then try again.)
65+
6466
3. Activate shell
6567

6668
``` bash

index.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ pipx install poetry
8787
poetry install
8888
```
8989

90+
(Note: if `psycopg2` installation fails with a `ChefBuildError`, you just need to install the PostgreSQL headers first and then try again.)
91+
9092
3. Activate shell
9193

9294
``` bash
@@ -97,7 +99,7 @@ poetry shell
9799

98100
### Set environment variables
99101

100-
Copy .env.example to .env with `cp .env.example .env`.
102+
Copy `.env.example` to `.env` with `cp .env.example .env`.
101103

102104
Generate a 256 bit secret key with `openssl rand -base64 32` and paste it into the .env file.
103105

0 commit comments

Comments
 (0)