Installation

Install with pip

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

$ python3 - m pip install galois

Note

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