From 4b16b02a7d0a8c4f5c87c386de5413339f225849 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Tue, 26 Sep 2023 07:08:41 +0200 Subject: [PATCH] added macOS as supported host (using python-venv) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f60b16..b4a6147 100644 --- a/README.md +++ b/README.md @@ -102,9 +102,10 @@ volumes: dls-db: ``` -## Debian/Ubuntu (manual method using `git clone` and python virtual environment) +## Debian/Ubuntu/macOS (manual method using `git clone` and python virtual environment) -Tested on `Debian 11 (bullseye)`, Ubuntu may also work. +Tested on `Debian 11 (bullseye)` and `macOS Ventura (13.6)`, Ubuntu may also work. **Please note that setup on macOS +differs from Debian based systems.** **Make sure you are logged in as root.**