Skip to content
Snippets Groups Projects
Verified Commit 8e67013a authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Docs] Fix pip advice in install docs

parent 2a506a0c
No related branches found
No related tags found
Loading
......@@ -50,6 +50,7 @@ Install some packages from the Debian package system.
nginx-full \
python3 \
python3-dev \
python3-pip \
libpq-dev \
yarnpkg \
python3-virtualenv \
......@@ -144,7 +145,7 @@ You only need to install these additional dependencies if installing the meta-pa
After that, you can install the aleksis meta-package, or only `aleksis-core`:
.. code-block:: shell
pip3 install aleksis
pip3 install --break-system-packages aleksis
aleksis-admin vite build
aleksis-admin collectstatic
aleksis-admin migrate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment