From 2cdc54d4102f8c522bdf85592fc479441015275d Mon Sep 17 00:00:00 2001 From: Rene Brglez Date: Sat, 23 Nov 2024 18:09:30 +0100 Subject: [PATCH] #451: updated instruction for how to create minimal edalize example --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9f9844a83..125d1a00f 100644 --- a/README.rst +++ b/README.rst @@ -72,7 +72,7 @@ directly in the Python console. First we have to import Edalize objects:: - from edalize import * + from edalize.edatool import get_edatool The os module is also required for this tutorial::