From 0841f9522a21a90fed247362ff3cd72f6ffdaa2b Mon Sep 17 00:00:00 2001 From: Werner Van Geit Date: Mon, 26 Feb 2024 09:27:49 +0100 Subject: [PATCH] Add requirements to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f6d21ef..3e7071c 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,13 @@ Installating the wheel pip install itis-dakota ``` +Requirements +------------ + +At the moment the wheel can be installed on **Linux** ([manylinux_2_28](https://github.com/pypa/manylinux) compatible distributions) only. + +Support for other operating systems will be added in the future. + Using the wheel ------------------