Skip to content

Commit 4ca2eea

Browse files
author
Kerry Watson
committed
Update science.rst
Clarified conda vs. pip info.
1 parent fb7c2fd commit 4ca2eea

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/science.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ 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 installs Python directly in
134-
contrast to pip which does not. Conda is available in Anaconda and Miniconda
135-
(an easy-to-install download with just Python and conda).
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).
136137

0 commit comments

Comments
 (0)