File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
documentation/python-sdk-guide/modules/ROOT/pages Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -71,10 +71,10 @@ pip install esmf-aspect-model-loader
7171----
7272
7373You 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
8080For more detailed information how to install a library with pip please read
@@ -89,10 +89,10 @@ poetry add esmf-aspect-model-loader
8989----
9090
9191You 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
9898For more detailed information how to add a library via poetry please read https://python-poetry.org/docs/cli/#add[Poetry add guide].
You can’t perform that action at this time.
0 commit comments