From 9efcaf514957120be49f0b195360916ddc42f784 Mon Sep 17 00:00:00 2001 From: Louis Dorard Date: Tue, 13 Aug 2024 20:50:13 +0200 Subject: [PATCH] Update README.md --- dss-plugin-visual-edit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dss-plugin-visual-edit/README.md b/dss-plugin-visual-edit/README.md index 2e0fa6d..d19b293 100644 --- a/dss-plugin-visual-edit/README.md +++ b/dss-plugin-visual-edit/README.md @@ -47,7 +47,7 @@ See below for how to run the webapp locally and have access to Dash dev tools in Most changes to the code can be tested by running the webapp locally. You can then further test the integration with Dataiku by installing the plugin with your customizations. For this, you would change the repo URL used by the plugin installer to fetch from Git. Alternatively, you can create a ZIP file from the `dss-plugin-visual-edit` directory and upload it to the plugin installer. -As a pre-requisite to running the webapp locally, you should configure your machine to [connect to your Dataiku instance](https://doc.dataiku.com/dss/latest/python-api/outside-usage.html#setting-up-the-connection-with-dss) (on a Mac, this is in `~/.dataiku/config.json`). +In the rest of this section, we explain how to run the webapp locally. As a pre-requisite, you should configure your machine to [connect to your Dataiku instance](https://doc.dataiku.com/dss/latest/python-api/outside-usage.html#setting-up-the-connection-with-dss) (on a Mac, this is in `~/.dataiku/config.json`). ### Create a Python environment