Installation

Dependencies

The pyil2 requires Python 3.11+ and uses the following packages:

  • pydantic

  • requests

  • pyOpenSSL

  • pyilint

  • pyiltags

And requires the IL2 node version to be at least v14.2.2.

Installation from PyPi

The pyil2 package can be installing using:

$ pip install pyil2

Installation From Source

The package can also be installed by downloading the source code and running the following command on the setup.py folder:

$ pip install .