Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/installation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ pipx install poetry
poetry install
```

(Note: if `psycopg2` installation fails with a `ChefBuildError`, you just need to install the PostgreSQL headers first and then try again.)

3. Activate shell

``` bash
Expand Down
4 changes: 3 additions & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ pipx install poetry
poetry install
```

(Note: if `psycopg2` installation fails with a `ChefBuildError`, you just need to install the PostgreSQL headers first and then try again.)

3. Activate shell

``` bash
Expand All @@ -97,7 +99,7 @@ poetry shell

### Set environment variables

Copy .env.example to .env with `cp .env.example .env`.
Copy `.env.example` to `.env` with `cp .env.example .env`.

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

Expand Down
Loading