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:
parent
b83aed9a8a
commit
a9cc1ae9fb
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user