Skip to content

Commit

Permalink
Added info about installation of a version
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 committed Dec 5, 2023
1 parent feb5a2f commit 2774657
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 <https://pypi.org/project/HABApp/#history>`_.

Autostart after reboot
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Check where habapp is installed::
Expand Down

0 comments on commit 2774657

Please sign in to comment.