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::