mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-10 23:46:16 +01:00
Add gettext to Bare Metal Route dependencies
In theory, this package is optional since not everybody wants to compile translations. Without other changes to step 5. (i.e. making it explicit that `python3 manage.py compilemessages` is not mandatory), not installing `gettext` results in an error when blindly copy-pasting the steps.
This commit is contained in:
parent
c3a92d659e
commit
88dcd889fa
1 changed files with 1 additions and 0 deletions
|
|
@ -229,6 +229,7 @@ writing. Windows is not and will never be supported.
|
|||
* ``python3-pip``, optionally ``pipenv`` for package installation
|
||||
* ``python3-dev``
|
||||
|
||||
* ``gettext`` for compiling interface translations
|
||||
* ``fonts-liberation`` for generating thumbnails for plain text files
|
||||
* ``imagemagick`` >= 6 for PDF conversion
|
||||
* ``optipng`` for optimizing thumbnails
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue