Installation ============ ------------- Prerequisites ------------- In order to use the library you need to have Java installed in your system. And, in particular, the environment variable JAVA_HOME must be setted to your current Java installation. --------------------------- Using the github repository --------------------------- You can install this library by downloading its source code from the github repository:: git clone https://github.com/DEIB-GECO/PyGMQL.git and then using:: cd PyGMQL/ pip install -e . This will install the library and its dependencies in your system.