Installation ============ Pypact is pure python3 only with very minimal dependencies - only numpy! If you want to install the latest release you can do so by using pip: :: pip3 install pypact You can alternatively just clone this repository and install from source: :: git clone https://github.com/fispact/pypact cd pypact pip3 install .