From 9bcce4e56a857f543b082426d19eba9f857ad1cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Wed, 12 Apr 2017 13:00:56 +0200 Subject: [PATCH] docs: plugin tutorial requires --- docs/plugins/gettingstarted.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/plugins/gettingstarted.rst b/docs/plugins/gettingstarted.rst index a4359051..57d5e1ca 100644 --- a/docs/plugins/gettingstarted.rst +++ b/docs/plugins/gettingstarted.rst @@ -41,6 +41,14 @@ development environment:: [...] +.. important:: + + This tutorial assumes you are running OctoPrint 1.3.0 and up. Please make sure your version of + OctoPrint is up to date before proceeding. If you did a fresh checkout, that should already + be the case but if not you might have to update first. You can check your version of OctoPrint + by running ``octoprint --version`` or by taking a look into the lower left corner in OctoPrint's + web interface. + We'll start at the most basic form a plugin can take - just a couple of simple lines of Python code: .. code-block:: python