From 7e83ed9b071beb3f2f216173f4a456a18e95f485 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Tue, 4 Mar 2025 09:45:57 -0800 Subject: [PATCH] Document the extras --- docs/setup.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/setup.md b/docs/setup.md index 55b52e387..75754766e 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -380,6 +380,12 @@ are released, dependency support is confirmed, etc. dependencies. This is an alternative to the above and may require adjusting the example scripts to utilize the virtual environment paths + !!! tip + + If you use modern Python tooling, such as `uv`, installation will not include + dependencies for Postgres or Mariadb. You can select those extras with `--extra ` + or all with `--all-extras` + 9. Go to `/opt/paperless/src`, and execute the following commands: ```bash