From 408a31a6d744d80ee26f5f4d28df5e5d706ae9a5 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Fri, 5 Feb 2021 15:03:57 +0530 Subject: Remove or edit references to Canopy in README files --- basic_python/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'basic_python') diff --git a/basic_python/README.md b/basic_python/README.md index ddc0a1e..54066b7 100644 --- a/basic_python/README.md +++ b/basic_python/README.md @@ -37,11 +37,10 @@ hands-on session. Please install Python 3.x (or 2.7.x if 3.x is not available) for this course. On Linux, Windows and Mac OS X it is easiest to install Python and many other -useful packages by installing Canopy. Download the Canopy Python distribution -for your OS and architecture from here: https://store.enthought.com/downloads . +useful packages by installing Anaconda. Download the Anaconda Python distribution +for your OS and architecture from here: https://www.anaconda.com/products/individual. The instructions to install are available here https://docs.anaconda.com/anaconda/install/ -You could also use Anaconda or Conda along with the Spyder editor to obtain -the requirements. +You can use Anaconda or Conda along with the Spyder editor or the VSCode editor. On many Linux distributions, Python is already available. We suggest that you install Python 3.x and are comfortable with any text editor. Editors that -- cgit