]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Add a note in extending.rst on python version requirements and pyenv suggestion 58/head
authorMarcin Gordziejewski <services+git@flicksfix.com>
Tue, 15 Feb 2022 23:12:32 +0000 (00:12 +0100)
committerMarcin Gordziejewski <services+git@flicksfix.com>
Tue, 15 Feb 2022 23:13:23 +0000 (00:13 +0100)
docs/extending.rst

index 11f340b27826a0ba5372bbf448ccf8cddb387abe..a864b43fda6a3614af0ca046da5a9d3e1bc218bb 100644 (file)
@@ -54,11 +54,12 @@ To do the setup you need to perform the steps from the following chapters in a c
             docker run -d -p 6379:6379 -restart unless-stopped redis:latest
 
 6.  Install the python dependencies by performing in the src/ directory.
-
     .. code:: shell-session
 
         pipenv install --dev
 
+  * Make sure you're using python 3.9.x or lower. Otherwise you might get issues with building dependencies. You can use `pyenv <https://github.com/pyenv/pyenv>`_ to install a specific python version.
+
 7.  Generate the static UI so you can perform a login to get session that is required for frontend development (this needs to be done one time only). From root folder:
 
     .. code:: shell-session