From 7c9dca5cb5927e5924b4a6001576c8cf1e4b4724 Mon Sep 17 00:00:00 2001 From: Werner Van Geit Date: Wed, 27 Dec 2023 13:34:34 +0100 Subject: [PATCH] Add README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index e69de29..08737a9 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,23 @@ +Dakota wheel built by the IT'IS Foundation +========================================== + +This repository contains the code to build a Python wheel +to load the [Dakota](https://github.com/snl-dakota/dakota) +python module. + + +Installating the wheel +---------------------- + +``` +pip install itis-dakota +``` + +Building the wheel +------------------ + +``` +make wheel +``` + +Copyright (c) 2023-2024 IT'IS Foundation, Zurich, Switzerland