]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Add copy-paste list of Python build dependencies (#6824)
authormartin f. krafft <github.com@pobox.madduck.net>
Wed, 29 May 2024 16:03:51 +0000 (18:03 +0200)
committerGitHub <noreply@github.com>
Wed, 29 May 2024 16:03:51 +0000 (09:03 -0700)
To be consistent, let's provide an easily copy-pastable list of packages
even for the final set of build dependencies.

Signed-off-by: martin f. krafft <madduck@madduck.net>
docs/setup.md

index 6d1dc553cd5838b06a54b65db1d625dee0eb308f..52e4453bfa82ad6376187de66e2d9c02a992c100 100644 (file)
@@ -300,8 +300,17 @@ supported.
     - `libatlas-base-dev`
     - `libxslt1-dev`
 
-    You will also need `build-essential`, `python3-setuptools` and
-    `python3-wheel` for installing some of the python dependencies.
+    You will also need these for installing some of the python dependencies:
+
+    - `build-essential`
+    - `python3-setuptools`
+    - `python3-wheel`
+
+    Use this list for your preferred package management:
+
+    ```
+    build-essential python3-setuptools python3-wheel
+    ```
 
 2.  Install `redis` >= 6.0 and configure it to start automatically.