From 16e924fd17ecfa8a379bf98dc070d84d24e883b9 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 23 Apr 2021 13:38:55 -0400 Subject: Update installation.rst --- source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit