From c8c7204e5bb6d6486759fb61397ca239780162c8 Mon Sep 17 00:00:00 2001 From: Andy Grigg Date: Fri, 12 Jan 2024 16:06:19 -0500 Subject: [PATCH] Add metapackage instructions --- README.rst | 7 +++++++ doc/source/getting_started/index.rst | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/README.rst b/README.rst index a6ce9723..0e8b6964 100644 --- a/README.rst +++ b/README.rst @@ -54,6 +54,13 @@ Install the ``ansys-grantami-bomanalytics`` package with this code: pip install ansys-grantami-bomanalytics +To install a release compatible with a specific version of Granta MI, use the +`PyGranta `_ meta-package with a requirement specifier: + +.. code:: + + pip install pygranta==2023.2.0 + Alternatively, clone and install this package with this code: .. code:: diff --git a/doc/source/getting_started/index.rst b/doc/source/getting_started/index.rst index 794cf14a..dd3839ab 100644 --- a/doc/source/getting_started/index.rst +++ b/doc/source/getting_started/index.rst @@ -18,6 +18,12 @@ this code: pip install ansys-grantami-bomanalytics +To install a release compatible with a specific version of Granta MI, use the +`PyGranta `_ meta-package with a requirement specifier: + +.. code:: + + pip install pygranta==2023.2.0 Alternatively, to install the latest from `ansys-grantami-bomanalytics GitHub `_, use this code: