2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-27 21:26:43 +00:00

Update base install requirements

This commit is contained in:
Oliver Walters 2022-05-29 07:54:22 +10:00
parent b83aed9a8a
commit a9cc1ae9fb

View File

@ -15,8 +15,11 @@ Install required system packages (as superuser):
```
sudo apt-get update
sudo apt-get install python3 python3-dev
sudo apt-get install python3-pip python3-invoke python3-venv
sudo apt-get install \
python3 python3-dev python3-pip python3-invoke python3-venv \
git gcc g++ gettext gnupg \
poppler-utils libpango-1.0-0 libpangoft2-1.0-0 \
libjpeg-dev webp
```
!!! warning "Weasyprint"