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

This guide will walk you through the necessary prerequisites, installation steps, and how to run the code for PyMGal.


Installing stable version
-------------
To install the latest version of PyMGal that is registered with the Python Package Index (PyPI), simply pip install the package.

.. code-block:: python

   pip install pymgal
   

Installing developer version
-------------
To install the latest version, you can clone the repository with git. 

.. code-block:: python

   git clone https://github.com/pjanul/pymgal
   pip install /your/path/to/pymgal
   
  
Prerequisites
-------------

To install the necessary dependencies, simply enter your/path/to/pymgal (i.e. the outer PyMGal directory) and run the following at the command line.

.. code-block:: python

   pip install requirements.txt
   
 
