Installation

You can install matic with pip:

pip install -U matic

Installing from source:

git clone https://github.com/sterliakov/pymatic/
cd pymatic
pip install .

Supported extras:

  • test: install test and development dependencies (pip install matic[test])

  • docs: dependencies for building documentation (pip install matic[docs])