Did you know ... Search Documentation:
GIT commit info
Updated Debian
authorJan Wielemaker
Mon Aug 7 10:51:22 2023 +0200
committerJan Wielemaker
Mon Aug 7 10:51:22 2023 +0200
commitfa69c562daf6455c72cb49fbecb46d428af4e9d9
tree961aabbfd63bb16716eeb190606652e67d479ffb
parentd462156d2cc1db5b07e316ee5b7278cf20a5a0c1
Diff style: patch stat
diff --git a/build/Debian.md b/build/Debian.md
index 6c08615..46b3b60 100644
--- a/build/Debian.md
+++ b/build/Debian.md
@@ -56,7 +56,7 @@ sudo apt-get install \
 	libdb-dev \
 	libpcre2-dev \
         libyaml-dev \
-		libpython3-dev \
+	python3 libpython3-dev \
         default-jdk junit4
 ```
 
@@ -79,9 +79,10 @@ including all packages without issues. If you want to reduce resources, the foll
   Without, you have no regular expression support (library(pcre)).
   $ libyaml-dev :
   Without you have no YAML support (library(yaml)).
-  $ libpython3-dev :
+  $ python3 libpython3-dev :
   Without you have no library(janus), providing access to an embedded
-  Python interpreter.
+  Python interpreter, neither teh MQI package to access SWI-Prolog using
+  network communication from Python.
 
 Note that including GMP support makes the memory footprint bigger, but
 mostly if you have no other applications depending on GMP. All the other