Skip to content

Commit 4efe290

Browse files
author
Kerry Watson
committed
Update science.rst
More edits for clarification.
1 parent 228915b commit 4efe290

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

source/science.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ OSX, and Linux. Conda can be used to package up and distribute all kinds of
130130
packages, it is not limited to just Python packages. It has full support
131131
for native virtual environments. Conda makes environments first-class citizens,
132132
making it easy to create independent environments even for C libraries. It is
133-
written in Python, but is Python-agnostic. Conda can install Python directly with
134-
the command `conda install python` in contrast to pip which does not. Conda is
135-
available in Anaconda and Miniconda (an easy-to-install download with just Python
136-
and conda).
137-
133+
written in Python, but is Python-agnostic. Conda manages python itself as a
134+
package, so that `conda update python` is possible, in contrast to pip, which only
135+
manages Python packages. Conda is available in Anaconda and Miniconda
136+
(an easy-to-install download with just Python and conda).

0 commit comments

Comments
 (0)