From 3089649eec8a2e8b4243e44b58a57151a5042a41 Mon Sep 17 00:00:00 2001 From: Benjamin Wilhelm Date: Tue, 6 Jun 2023 16:17:59 +0200 Subject: [PATCH] Rename Python extension in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a9b507..aae2a57 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ KNIP Python Bindings Extension (BETA) ==================== -KNIME Image Processing Python Bindings to use ImgPlus in the KNIME Python extension. +KNIME Image Processing Python Bindings to use ImgPlus in the KNIME Python 2 Integration (legacy). ### Problem @@ -26,9 +26,9 @@ This results in an increased memory footprint and additional processing time. - NumPy -### Example Python Script Node +### Example Python Script (legacy) Node In order to access the image data from e.g. an "Image Reader" node, a -"Python Script" node must contain the following lines: +"Python Script (legacy)" node must contain the following lines: ```python from KNIPImage import KNIPImage