Skip to content
Snippets Groups Projects
Unverified Commit 6d2551ff authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Document how to install bundled apps.

parent be7966c3
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,11 @@ Officially bundlede apps are available in the ``apps/official/``
sub-folder as Git submodules. If you followed the documentation, they
will already be checked out in the version required for the bundle you
are running.
Installing apps into the existing virtual environment is a bit awkward::
poetry run sh -c "cd apps/official/BiscuIT-App-Exlibris; poetry install"
This will install the Exlibris app (library management) app by using a
shell for first ``cd``'ing into the app directory and then using
poetry to install the app.
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