Installation from PyPI ====================== .. warning:: Check if it's the latest release. **EXPLIoT** is available from the `Python Package Index `_. Installation ------------ It's required that you have ``pip`` available on your system. .. code-block:: console $ pip3 install expliot --user Upgrade ------- .. code-block:: console $ pip3 install --upgrade expliot --user