To install our Library Management app on our site, run the following command:
$ bench --site library.test install-app library_management
Installing library_management...
To confirm if the app was installed, run the following command:
$ bench --site library.test list-apps
frappe
library_management
You should see frappe
and library_management
as installed apps on your site.
When you create a new site, the
frappe
app is installed by default.