Installation

Install with pip

The latest version of galois can be installed from PyPI via pip.

pip3 install galois

Install for development

The the lastest code from master can be checked out and installed locally in an “editable” fashion.

git clone https://github.com/mhostetter/galois.git
pip3 install -e galois