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
- ==================
-
- ABL is distributed on `PyPI <https://pypi.org/>`__ and can be installed with ``pip``:
-
- .. code:: console
-
- $ pip install abl
-
- Alternatively, to install ABL by source code,
- sequentially run following commands in your terminal/command line.
-
- .. code:: console
-
- $ git clone https://github.com/AbductiveLearning/ABL-Package.git
- $ cd ABL-Package
- $ pip install -v -e .
|