Installation
You can install evmos with pip:
pip install -U evmos
Installing from source:
git clone https://github.com/sterliakov/pyevmos/
cd pyevmos
pip install .
Supported extras:
test: install test dependencies (pip install evmos[test])dev: install development dependencies (pip install evmos[dev]). Currently this includes onlyprotobufcompiler for rebuildingproto/autogenfolder content.docs: dependencies for building documentation (pip install evmos[docs])