.. highlight:: sh

Getting Started
===============

This tutorial will walk you through the process of preparing your system for the use of EASyHUC. To follow,
you need two basic things:

* A UNIX-like machine with web access.
* A working `Python <https://www.python.org/downloads/release/python-352/>`_ installation, Version 3.5.2 or newer.

Installation
------------
From the EASyHUC root run::

		$ python -m pip install -r requirements.txt

After that run::

		$ python setup.py

Test Installation
-----------------
To make sure everything is fine run from the EASyHUC home directory::

		$ make test