From 23c20edbe517e510abd565b6152f0c2509a340c8 Mon Sep 17 00:00:00 2001 From: Werner Van Geit Date: Fri, 16 Feb 2024 11:22:42 +0100 Subject: [PATCH] Add use instruction to readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 750c069..f6d21ef 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,18 @@ Installating the wheel pip install itis-dakota ``` +Using the wheel +------------------ + +After installation, the module can be imported: +``` +import dakota +import dakota.environment as dakenv +``` + +And example on how to use the environment module can be found here: +https://github.com/snl-dakota/dakota/blob/devel/src/unit/test_dakota_python_env.py + Building the wheel ------------------