summaryrefslogtreecommitdiff
path: root/source/installation.rst
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-04-29 16:15:36 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-04-29 16:15:36 -0400
commit26aec4f28b7af319cf6af292d3f240e391dc85bc (patch)
treeffb0a828a7ef10725ea43322602392de3a946dd5 /source/installation.rst
parent703f796691e4449569c6d4ac4ca6e0de1ce7bae7 (diff)
downloadastroconda-26aec4f28b7af319cf6af292d3f240e391dc85bc.tar.gz
Change "Continuum, Inc." to "Continuum Analytics, Inc."
Diffstat (limited to 'source/installation.rst')
-rw-r--r--source/installation.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/installation.rst b/source/installation.rst
index e44691c..b4029c5 100644
--- a/source/installation.rst
+++ b/source/installation.rst
@@ -13,7 +13,7 @@ Before you begin, note the following requirements and limitations of AstroConda:
Obtain Anaconda
===============
-Go grab a copy of the `Anaconda <https://www.continuum.io/downloads>`_ distribution from Continuum, Inc. Be sure to select the installation medium appropriate for your operating system (Linux or Mac) and architecture (64-bit).
+Go grab a copy of the `Anaconda <https://www.continuum.io/downloads>`_ distribution from Continuum Analytics, Inc. Be sure to select the installation medium appropriate for your operating system (Linux or Mac) and architecture (64-bit).
Follow the installation instructions for your platform given on the download page. Before moving on to the next step, open a new terminal window, run the ``conda`` command, and ensure your terminal can find it.
@@ -111,7 +111,7 @@ Installing other packages
AstroConda provides a suite of packages that are known to work well together and are supported by engineers from STScI. However, being built on top of the widely-used ``conda`` tools for managing Python environments, AstroConda also supports the installation of additional 3rd-party packages.
-Full documentation of the ``conda`` tool is available from Continuum Analytics, its creators and maintainers: http://conda.pydata.org/docs/using/index.html. However, we have provided a brief explanation of 3rd-party package installation below for quick reference.
+Full documentation of the ``conda`` tool is available from Continuum Analytics, Inc., its creators and maintainers: http://conda.pydata.org/docs/using/index.html. However, we have provided a brief explanation of 3rd-party package installation below for quick reference.
For scientific packages available through Anaconda, installation is as simple as::
@@ -124,3 +124,4 @@ The Python-standard tool ``pip`` is also available to install packages distribut
$ source activate astroconda
$ pip install nameofpkg
+