Skip to content

Commit 165443b

Browse files
committed
cleanup
1 parent b37c010 commit 165443b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/getting_started/install.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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
5656
of `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

6162
Installing 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>

0 commit comments

Comments
 (0)