diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2021-04-23 13:38:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 13:38:55 -0400 |
commit | 16e924fd17ecfa8a379bf98dc070d84d24e883b9 (patch) | |
tree | 75607f5b2d24de9c0ab22822bcf8e9b5a43fcfd1 | |
parent | 11885344cf3831de49ab6b006956d40bbfb6f24b (diff) | |
download | astroconda-16e924fd17ecfa8a379bf98dc070d84d24e883b9.tar.gz |
Update 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. |