diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-09-20 00:24:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-20 00:24:41 -0400 |
commit | 26c29336f285917189397b91cce4542dcef04592 (patch) | |
tree | 88f35af0e8abb6b0883f4aa2d364baa5e06895f0 /source | |
parent | f39481180561e0b00ecebff3006ce6ee890ce7ed (diff) | |
download | astroconda-26c29336f285917189397b91cce4542dcef04592.tar.gz |
Update installation.rst
Fix redundant 'to'
Diffstat (limited to 'source')
-rw-r--r-- | source/installation.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/installation.rst b/source/installation.rst index 5232761..6777bf4 100644 --- a/source/installation.rst +++ b/source/installation.rst @@ -17,7 +17,7 @@ Obtain Anaconda Installing Anaconda3 will not prevent you from using Python 2. - ``conda`` allows you to to deploy multiple independent Python environments, at-will, under a single Anaconda installation. You may have trouble following along with this guide if you choose to install Anaconda2. + ``conda`` allows you to deploy multiple independent Python environments, at-will, under a single Anaconda installation. You may have trouble following along with this guide if you choose to install Anaconda2. Go grab a copy of `Anaconda3 <https://www.continuum.io/downloads>`_ from Continuum Analytics, Inc. Be sure to select the installation medium appropriate for your operating system (Linux or OS X) and architecture (64-bit). The OS X GUI installer may cause side-effects, such as changing permissions of files in your home directory to ``root:wheel``, or mistakenly creating a system-wide installation under ``/anaconda`` instead of your personal home directory. To avoid this situation perform a command-line installation instead. @@ -124,4 +124,4 @@ The Python-standard tool ``pip`` is also available to install packages distribut .. rubric:: Footnotes -.. [#archnote] Intel x86_64 architecture
\ No newline at end of file +.. [#archnote] Intel x86_64 architecture |