From 28ac3d0964078f91223de5a5d917462b944575e3 Mon Sep 17 00:00:00 2001 From: Rishi R Carloni Date: Wed, 18 Jun 2025 00:22:34 +0530 Subject: [PATCH] Docs: Add note about required Python Scripting extension in RapidMiner Studio (fixes #3) --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index c682272..3349a99 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,20 @@ Connections class can be used to access connections defined in a project. This w ## Installation +## Prerequisite: Install the Python Scripting Extension + +Before using the `python-rapidminer` package with RapidMiner Studio, you **must** install the Python Scripting extension (`rmx_python`) in RapidMiner Studio. + +**How to install:** +1. Open RapidMiner Studio. +2. Go to **Extensions > Marketplace (Updates and Extensions)**. +3. Search for **Python Scripting** and install it. +4. Restart RapidMiner Studio if prompted. + +For more details, see the [official RapidMiner documentation](https://docs.rapidminer.com/9.9/python/extension/install.html)[2]. + +**Note:** Without this extension, Python integration with RapidMiner Studio will not work. + The library can be installed easily: - install in one step: