Installation
=====

.. _installation:

Installation
------------

To use GaiaAlertsPy, first install it using pip:
   pip install GaiaAlertsPy

Alternatively, you can clone and install the most recent version of GaiaAlertsPy. First start by cloning the most recent version from GitHub:
   git clone https://github.com/AndyTza/GaiaAlertsPy.git

Next, change directory: 
   cd GaiaAlertsPy

Finally, run the `setup.py` file: 
   python setup.py install
