From 199ebeaef691610ca752860091ece6f6aebed73c Mon Sep 17 00:00:00 2001 From: AAKANKSHACHOUHAN <40599771+AAKANKSHACHOUHAN@users.noreply.github.com> Date: Sun, 16 Dec 2018 12:06:48 +0530 Subject: [PATCH] Add the text "software" , "operating through" (#25212) Add the text "system" , "since it is also an environment manager" --- guide/english/python/anaconda/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/guide/english/python/anaconda/index.md b/guide/english/python/anaconda/index.md index 3e919ff76c..1257807e98 100644 --- a/guide/english/python/anaconda/index.md +++ b/guide/english/python/anaconda/index.md @@ -1,12 +1,12 @@ --- title: Anaconda --- + ![alt text](https://www.anaconda.com/wp-content/themes/anaconda/images/logo-dark.png) -**Anaconda** is a package manager, environment manager and Python distribution with a collection of numerous packages. Anaconda is platform-agnostic, so you can use it whether you are on Windows, macOS or Linux. -Anaconda easily creates, saves, loads and switches between environments on your local computer. It was created for Python programs, but it can package and distribute software for any language. -Anaconda as a package manager helps you find and install packages. If you need a package that requires a different version of Python, you do not need to switch to a different environment manager, because Anaconda is also an environment manager. With just a few commands, you can set up a totally separate environment to run that different version of Python, while continuing to run your usual version of Python in your normal environment. - +**Anaconda** is a package manager, environment manager and Python distribution software with a collection of numerous packages. Anaconda is platform-agnostic, so you can use it whether you are on Windows, macOS or Linux. +Anaconda easily creates, saves, loads and switches between environments on your system. It was initially created for Python programs, but it can package and distribute software for any language. +Anaconda, as a package manager, helps you find and install packages. If you need a package that requires a different version of Python, you do not need to switch to a different environment manager, because Anaconda is also an environment manager. With just a few commands, you can set up a totally separate environment to run that different version of Python, while continuing to run your usual version of Python in your normal environment. ## Overview