Installation ================== Install from PyPI ^^^^^^^^^^^^^^^^^ The easiest way to install ABL Kit is using ``pip``: .. code:: bash pip install ablkit Install from Source ^^^^^^^^^^^^^^^^^^^ Alternatively, to install from source code, sequentially run following commands in your terminal/command line. .. code:: bash git clone https://github.com/AbductiveLearning/ABLKit.git cd ABLKit pip install -v -e . (Optional) Install SWI-Prolog ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ If the use of a :ref:`Prolog-based knowledge base ` is necessary, the installation of `SWI-Prolog `_ is also required: For Linux users: .. code:: bash sudo apt-get install swi-prolog For Windows and Mac users, please refer to the `SWI-Prolog Install Guide `_.