Installation from PyPI

Warning

Check if it’s the latest release.

EXPLIoT is available from the Python Package Index.

Note

Before installation ensure that requirements (dependencies) have been fulfilled. Check out the requirements.

Installation

It’s required that you have pip available on your system.

$ pip3 install expliot --user

For system-wide installation, you can use sudo and not use --user.

$ sudo pip3 install expliot

Upgrade

$ pip3 install --upgrade expliot --user

Likewise, if installed using sudo

$ sudo pip3 install --upgrade expliot