File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ pipx install poetry
6161poetry 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+
64663 . Activate shell
6567
6668``` bash
Original file line number Diff line number Diff line change @@ -87,6 +87,8 @@ pipx install poetry
8787poetry 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+
90923 . 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
102104Generate a 256 bit secret key with ` openssl rand -base64 32 ` and paste it into the .env file.
103105
You can’t perform that action at this time.
0 commit comments