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
61
61
poetry install
62
62
```
63
63
64
+ (Note: if ` psycopg2 ` installation fails with a ` ChefBuildError ` , you just need to install the PostgreSQL headers first and then try again.)
65
+
64
66
3 . Activate shell
65
67
66
68
``` bash
Original file line number Diff line number Diff line change @@ -87,6 +87,8 @@ pipx install poetry
87
87
poetry install
88
88
```
89
89
90
+ (Note: if ` psycopg2 ` installation fails with a ` ChefBuildError ` , you just need to install the PostgreSQL headers first and then try again.)
91
+
90
92
3 . Activate shell
91
93
92
94
``` bash
@@ -97,7 +99,7 @@ poetry shell
97
99
98
100
### Set environment variables
99
101
100
- Copy .env.example to .env with ` cp .env.example .env ` .
102
+ Copy ` .env.example ` to ` .env ` with ` cp .env.example .env ` .
101
103
102
104
Generate a 256 bit secret key with ` openssl rand -base64 32 ` and paste it into the .env file.
103
105
You can’t perform that action at this time.
0 commit comments