You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Installation.rst 411 B

1234567891011121314151617
  1. Installation
  2. ==================
  3. ABL is distributed on `PyPI <https://pypi.org/>`__ and can be installed with ``pip``:
  4. .. code:: console
  5. $ pip install abl
  6. Alternatively, to install ABL by source code,
  7. sequentially run following commands in your terminal/command line.
  8. .. code:: console
  9. $ git clone https://github.com/AbductiveLearning/ABL-Package.git
  10. $ cd ABL-Package
  11. $ pip install -v -e .

An efficient Python toolkit for Abductive Learning (ABL), a novel paradigm that integrates machine learning and logical reasoning in a unified framework.