diff options
Diffstat (limited to 'source/installation.rst')
-rw-r--r-- | source/installation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/installation.rst b/source/installation.rst index 550521c..ef1a59d 100644 --- a/source/installation.rst +++ b/source/installation.rst @@ -40,7 +40,7 @@ The following example generates a new conda environment named "astroconda", howe .. code-block:: sh - $ conda create -n astroconda stsci + $ conda create -n astroconda python=3.7 stsci After the installation is complete go ahead and activate the "astroconda" environment. This command only needs to be executed one time per terminal session. |