File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -51,17 +51,18 @@ You can install the latest released version via ``pip``. From a bash/zsh shell:
5151
5252.. conda_install_literal ::
5353
54- | version | | release | If no version tag is specified in the install command, `pip ` will find the latest release compatible
55- with the current environment. This could lead to an unintended `jwst ` version if the latest release
54+ If no version tag is specified in the install command, `pip ` will find the latest release compatible
55+ with the current environment. This can lead to an unintended `jwst ` version, if the latest release
5656of `jwst ` is not compatible with your environment's python version. Explicitly setting the version
57- in the install command will provide an informative version error if one occurs.
57+ in the install command will return an informative error if the latest release is not compatible
58+ with your environment.
5859
5960.. _installing_previous_release :
6061
6162Installing Previous Releases
6263----------------------------
6364
64- You can also install a specific version (from `` jwst 0.17.0 `` onward) ::
65+ You can also install a specific version::
6566
6667 conda create -n <env_name> python=3.12
6768 conda activate <env_name>
You can’t perform that action at this time.
0 commit comments