diff --git a/docs/how_to_guides/opt_dependencies.rst b/docs/how_to_guides/opt_dependencies.rst index f763cb065c..6967f615f5 100644 --- a/docs/how_to_guides/opt_dependencies.rst +++ b/docs/how_to_guides/opt_dependencies.rst @@ -1,3 +1,5 @@ +.. _optional-dependencies: + Installing optional dependencies ================================ diff --git a/docs/tutorials/getting_started/index.rst b/docs/tutorials/getting_started/index.rst index 1e9a3c2a64..3d6ca4cb10 100644 --- a/docs/tutorials/getting_started/index.rst +++ b/docs/tutorials/getting_started/index.rst @@ -47,6 +47,12 @@ OS Specific Instructions `conda environments `_ or `venv `_. +Installing optional dependencies +-------------------------------- + +To keep the base installation lighter and more flexible, some of the IDAES components are not installed by default, but can be installed as optional dependencies. +For more information, refer to the :ref:`Installing optional dependencies ` page. + .. _min_updating_install: Updating an existing installation