From ea0016ba2f58f9e0ebd521ce1798b332f2e6deb2 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 18 Jan 2022 23:58:06 +0100 Subject: [PATCH] fix spacing --- docs/extend/how_to_plugin.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/extend/how_to_plugin.md b/docs/extend/how_to_plugin.md index 3811dc4..5263a71 100644 --- a/docs/extend/how_to_plugin.md +++ b/docs/extend/how_to_plugin.md @@ -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.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 - 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