You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: django/README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,13 +84,12 @@ Example for Debian 11 (should work on most Debian/Ubuntu based systems):
84
84
sudo apt install clang
85
85
sudo apt install python3-dev
86
86
sudo apt install python3-venv
87
-
sudo apt install libmariadb-dev ## or default-libmysqlclient-dev
87
+
sudo apt install libmariadb-dev ## or default-libmysqlclient-dev
88
88
sudo apt install libfreetype-dev
89
89
sudo apt install libjpeg-dev
90
90
sudo apt install libffi-dev
91
-
sudo apt install xmlsec1 ## for SAML 2.0 IDP
92
-
sudo apt install poppler-utils ## (optional, for tests)
93
-
sudo apt install libreoffice-writer ## (optional, for PDF generation)
91
+
sudo apt install xmlsec1 ## for SAML 2.0 IDP
92
+
sudo apt install libreoffice-writer ## (or libreoffice-writer-nogui, required for PDF generation)
94
93
95
94
**Note:** If using Docker for development (recommended), you don't need `redis-server` or `mariadb-server` system packages. The bootstrap script automatically detects and offers to install required packages on macOS.
0 commit comments