summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2019-01-25 16:37:19 -0500
committerGitHub <noreply@github.com>2019-01-25 16:37:19 -0500
commit90489dd5014f02315960210af955e3f80b8cbb57 (patch)
tree2070405e552003ed9935c2b30c621fe580e08d67 /source
parent8a9fecfca54f93316f7c9ae82ec45bbbb20281ac (diff)
downloadastroconda-90489dd5014f02315960210af955e3f80b8cbb57.tar.gz
Remove py37 warning from installation page
Diffstat (limited to 'source')
-rw-r--r--source/installation.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/installation.rst b/source/installation.rst
index ac28d60..e547d3b 100644
--- a/source/installation.rst
+++ b/source/installation.rst
@@ -34,10 +34,6 @@ In order to install packages directly from the AstroConda channel you will need
Standard Software Stack (without IRAF)
======================================
-.. warning:: Due to some currently missing python 3.7 Astroconda packages, the dependency solving process stalls for the package set that's selected by running conda create without an explicit python version, since conda selects the most recent available by default, which is currently 3.7. To allow creation of new environments, for the time being specify a python version _other_ than 3.7 explicitly on the command line.::
-
- $ conda create -n astroconda stsci python=3.6
-
The package management system, Conda, is now configured to pull from our repository, so you may go ahead and install the ``stsci`` package. This package installs nearly all of the software provided by STScI in one shot.
The following example generates a new conda environment named "astroconda", however this naming convention is merely a suggestion. Feel free to use a name that works best for you.