Skip to content

Commit dccce29

Browse files
committed
Add hint on python dependencies for setup scripts
1 parent 2744084 commit dccce29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ This will generate passwords and an SSH key and put them at the right places.
5151

5252
Next, generate the initial Caddyfile for the webserver:
5353
```shell
54+
# You may need/want to have a virtual environment to make python dependencies available (or install it globally)
55+
python3 -m venv .venv
56+
source .venv/bin/activate
57+
pip install jinja2 requests
5458
./config/caddy/generate_caddyfile.py
5559
```
5660

0 commit comments

Comments
 (0)