From 63e6b0d232d4800d975ee5a85468cd79272bcf78 Mon Sep 17 00:00:00 2001 From: Juhyung Park Date: Mon, 4 Mar 2024 15:07:53 +0900 Subject: [PATCH] Add uuid-runtime as an additional dependency Signed-off-by: Juhyung Park --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a59d16..a88083a 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ or use [FFmpeg Static Builds](https://johnvansickle.com/ffmpeg) and install it t ### Other APT packages ``` bash -sudo apt install python3-venv python3-dev +sudo apt install python3-venv python3-dev uuid-runtime ``` A separate Python's virtualenv will be stored to `/var/lib/immich`.