Installation

Fun fact: read here from python core dev Brett Cannon about why it’s better to install with python3 -m pip rather than pip3.

Install with pip

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

$ python3 - m pip install galois

Fun fact: read here from python core dev Brett Cannon about why it’s better to install with python3 -m pip rather than pip3.