Skip to content

Commit 71b37a1

Browse files
committed
AP-25050: update to 5.8
1 parent 5cbd408 commit 71b37a1

File tree

3 files changed

+2970
-2846
lines changed

3 files changed

+2970
-2846
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ You can find general instructions on how to work with our code or develop python
5959
pixi add <package_name>
6060
```
6161
Note that you have to run the `pixi install` command again after manually editing the `pixi.toml` file.
62-
6. **Install** the extension in debug mode in your KNIME Analytics Platformby running the following command:
62+
6. **Install** the extension in debug mode in your KNIME Analytics Platform by running the following command:
6363
```
64-
pixi run register_debug_in_knime
64+
pixi run register-debug-in-knime
6565
```
6666
Previously this step required modifying the `config.yml`and `knime.ini` files manually. This improvement will allow you to select your KNIME Analytics Platform installation and append the `-Dknime.python.extension.debug_knime_yaml_list=<path/to/your/knime.yml>` argument automatically to the according `knime.ini` file. You can now test your extension in the KNIME Analytics Platform (e.g. demo workflow).
6767
7. **Bundle** your extension:

0 commit comments

Comments
 (0)