From project root run in order
pip3 install virtualenv
cd env/Scripts
activate`
// on win7 with Eclipse the current directory is now shown as "(env) E:\git-repositories\NiMi-trading-bot\env\Scripts>"
cd ../..
pip3 install -r requirements.txt
pip3 install -r requirements-dev.txt
// Inside Eclipse set your python interpreter to the "python.exe" in your "env" directory
Run type checker for all files in src
(see mypy doc)
mypy src