From 2f2dd6d1fa2f463156ad7bceb6d75ae9175afbd2 Mon Sep 17 00:00:00 2001 From: troyyyyy <49091847+troyyyyy@users.noreply.github.com> Date: Wed, 7 Dec 2022 18:54:14 +0800 Subject: [PATCH] Update readme.md --- readme.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e3726a9..279257b 100644 --- a/readme.md +++ b/readme.md @@ -3,7 +3,17 @@ This is the code repository of abductive learning Package. ## Environment dependency -... + +#### Install Swipl +[http://www.swi-prolog.org/build/unix.html](http://www.swi-prolog.org/build/unix.html) + +#### Install required package + +```shell +pip install zoopt +pip install pyswip==0.2.9 +``` + ## Example share_example.py and nonshare_exaple.py are examples of grounded abductive learning.