summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2021-04-23 13:38:55 -0400
committerGitHub <noreply@github.com>2021-04-23 13:38:55 -0400
commit16e924fd17ecfa8a379bf98dc070d84d24e883b9 (patch)
tree75607f5b2d24de9c0ab22822bcf8e9b5a43fcfd1 /source
parent11885344cf3831de49ab6b006956d40bbfb6f24b (diff)
downloadastroconda-16e924fd17ecfa8a379bf98dc070d84d24e883b9.tar.gz
Update installation.rst
Diffstat (limited to 'source')
-rw-r--r--source/installation.rst2
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.