Step 1: Pull project

Pull current version of project from repository

`pip install git+git://github.com/ChainedGenius/EcoMod.git`

Or clone repo via Github Desktop App.

Step 2: Install dependencies and init virtual environment

Init current existing virtual environment to init all sufficient libraries

cd /venv/Scripts
activate

Or create your own one:

python -m venv /path/to/new/virtual/environment
cd /path/to/new/virtual/environment/venv/Scripts
activate

Then return to main project folder and run this:

pip install -r requirements.txt

Step 3: Test installed software

To provide several tests, to be sure that lib is installed successfully you need to run some debug scenarios. Try this:

cd scenarios
python debug_scenarios.py

If you catch any errors with dependencies try to reinstall sufficient libraries or asssure that you are using native venv. If you see subfolders in models/outputs folder with .tex and .pdf files library is installed correctly.