From 277465746f15cc809fab33f73b857a7595817c7f Mon Sep 17 00:00:00 2001 From: spacemanspiff2007 <10754716+spacemanspiff2007@users.noreply.github.com> Date: Tue, 5 Dec 2023 07:16:13 +0100 Subject: [PATCH] Added info about installation of a version --- docs/installation.rst | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 1b8a30d6..7b85c7bb 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -59,8 +59,8 @@ Installation After the installation take a look how to configure HABApp. A default configuration will be created on the first start. -Upgrading -^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Upgrade to the latest version +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ #. Stop HABApp #. Activate the virtual environment @@ -87,6 +87,16 @@ Upgrading #. Observe the logs for errors in case there were changes +Installation of a certain version +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Installing a certain version of HABApp requires the same steps used for installation or upgrading HABApp. +However the final ``python3 -m pip install`` command is now different and contains the version number:: + + python3 -m pip install HABApp==23.12.0 + +The complete list of available versions can be found on `pypi `_. + Autostart after reboot ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Check where habapp is installed::