Skip to content

Commit

Permalink
Update installation.rst
Browse files Browse the repository at this point in the history
Fix redundant 'to'
  • Loading branch information
jhunkeler committed Sep 20, 2016
1 parent f394811 commit 26c2933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -124,4 +124,4 @@ The Python-standard tool ``pip`` is also available to install packages distribut
.. rubric:: Footnotes
.. [#archnote] Intel x86_64 architecture
.. [#archnote] Intel x86_64 architecture

0 comments on commit 26c2933

Please sign in to comment.