Skip to content

Installation

ILLEX can be easily installed using pip:

pip install illex

Requirements

ILLEX requires Python 3.6 or higher and depends on the following packages:

  • sympy
  • pytz
  • cryptography

Installing from Source

If you prefer to install from source:

git clone https://github.com/gzeloni/illex.git
cd illex
pip install -e .

Verifying the Installation

To check if the installation was successful:

import illex
print(illex.__version__)