2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 05:36:46 +00:00

fix spacing

This commit is contained in:
Matthias Mair 2022-01-18 23:58:06 +01:00
parent d6d76398b1
commit ea0016ba2f

View File

@ -40,7 +40,6 @@ If you want to make your life easier, try to follow these guidelines; break wher
``` ```
from plugin import IntegrationPluginBase, registry from plugin import IntegrationPluginBase, registry
from plugin.mixins import APICallMixin, SettingsMixin, ScheduleMixin, BarcodeMixin from plugin.mixins import APICallMixin, SettingsMixin, ScheduleMixin, BarcodeMixin
``` ```
- deliver as a package - pip is great for dependency management and pypi can serve as a transparent and reliable delivery infrastructure - deliver as a package - pip is great for dependency management and pypi can serve as a transparent and reliable delivery infrastructure
- if you need to use a private infrastructure, use the 'Releases' functions in GitHub or Gitlab. Point to the 'latest' release endpoint when installing to make sure the update function works - if you need to use a private infrastructure, use the 'Releases' functions in GitHub or Gitlab. Point to the 'latest' release endpoint when installing to make sure the update function works