vault backup: 2024-08-11 19:21:34

This commit is contained in:
Jerry Jacobs 2024-08-11 19:21:34 +02:00
parent 578f433804
commit 7b0a0c799f
1 changed files with 4 additions and 1 deletions

View File

@ -378,4 +378,7 @@ Specific release upgrade `freebsd-update upgrade -r 13.3-RELEASE`
* Install python311 and python311-sqlite and rust
* Create venv with `python -m venv ~/venvs/venv311-calibre-web`
* Activate venv with `. ~/`
* Activate venv with `. ~/venv/venv311-calibre-web/bin/activate`
* `pip install calibre-web`
See