# IMA - God classes project ## Xerces2 Downloaded from: https://dlcdn.apache.org//xerces/j/source/Xerces-J-src.2.12.2.zip ## Install dependencies ```shell # create venv python -m venv env source env/bin/activate pip3 install -r requirements.txt ```