pip
The easiest and recommanded way to install the library is by using the pip
package manager.
pip install esipy
setuptools
You also can install it by downloading the latest sources here and running
python setup.py install
If you want to use EsiPy within your project, but without using pip or setuptools, just download the latest version and import it.
You will also need the following dependencies :
You can get them from the requirements.txt in the project