Installation methods
Source Installation
- Download the zip of the desired source branch (master / python3-dev):
 - Unpack in the directory of your choice
 - See install requirements
 
Git Installation
- Open up a command prompt/shell.
 - If the directory does not exist in the location where you want the program files to be located, create it.
 - Clone the chosen repository into the given directory once you've changed into the directory:
- stable - 
git clone -b master git@github.com:mylar3/mylar3.git - development - 
git clone -b python3-dev git@github.com:mylar3/mylar3.git 
 - stable - 
 - See install requirements
 
Installation requirements
From a command prompt/shell, change directory into the mylar installation.
Install the requirements with pip pip3 install -r requirements.txt
WINDOWS USERS - If the above fails, run py -m pip install -r requirements.txt.
Done. What now?
See the starting instructions!