Skip to content

Commit fccdf3f

Browse files
Update documentation
1 parent 7b8c438 commit fccdf3f

File tree

1 file changed

+6
-6
lines changed
  • documentation/python-sdk-guide/modules/ROOT/pages

1 file changed

+6
-6
lines changed

documentation/python-sdk-guide/modules/ROOT/pages/index.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ pip install esmf-aspect-model-loader
7171
----
7272

7373
You can specify the version of the package by adding the version number after the package name.
74-
For example, to install version 2.2.0 of the package, you can use the following command:
75-
[source,bash]
74+
For example, to install a specific version of the package, you can use the following command:
75+
[source,bash,subs=attributes+]
7676
----
77-
pip install esmf-aspect-model-loader==2.2.0
77+
pip install esmf-aspect-model-loader=={esmf-sdk-py-aspect-model-loader-version}
7878
----
7979

8080
For more detailed information how to install a library with pip please read
@@ -89,10 +89,10 @@ poetry add esmf-aspect-model-loader
8989
----
9090

9191
You can specify the version of the package by adding the version number after the package name.
92-
For example, to install version 2.2.0 of the package, you can use the following command:
93-
[source,bash]
92+
For example, to install a specific version of the package, you can use the following command:
93+
[source,bash,subs=attributes+]
9494
----
95-
poetry add esmf-aspect-model-loader==2.2.0
95+
poetry add esmf-aspect-model-loader=={esmf-sdk-py-aspect-model-loader-version}
9696
----
9797

9898
For more detailed information how to add a library via poetry please read https://python-poetry.org/docs/cli/#add[Poetry add guide].

0 commit comments

Comments
 (0)