Requires Python 3.
- Optional steps
python -m venv ./.venv
.venv/Scripts/activate.bat
- Install prerequisites
pip install -r requirements.txt
- Run application
python pyling.py --init
python pyling.py --createModule [ModuleName..]
python pyling.py --test
All commands can be called with --path <PATH>
to change the path from the
current working directory to a different one.