Installation
============

Requirements
------------
1. Install Python 3
2. Install Python Package Manager pip

via pip
-------

.. code-block:: console

   pip install pyAtmosLogger



via Git
-------
1. clone repository

.. code-block:: console

   git clone https://github.com/marcusgmueller/pyAtmosLogger.git

2. change into directory

3. install pyAtmosLogger

.. code-block:: console

   pip install .

Download
--------
1. download current release from https://github.com/marcusgmueller/pyAtmosLogger/releases

2. change into directory

3. install pyAtmosLogger

.. code-block:: console

   pip install .
