Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 594 Bytes

installation.rst

File metadata and controls

23 lines (14 loc) · 594 Bytes

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 only protobuf compiler for rebuilding proto/autogen folder content.
  • docs: dependencies for building documentation (pip install evmos[docs])