diff options
author | ankitjavalkar | 2021-02-05 15:03:57 +0530 |
---|---|---|
committer | ankitjavalkar | 2021-02-05 15:03:57 +0530 |
commit | 408a31a6d744d80ee26f5f4d28df5e5d706ae9a5 (patch) | |
tree | 1f73542df8d8d77960ee79d6f3091f3222cfd9ff /basic_python | |
parent | d2b6f1cda2d3d8b498a8b8a7a516cb76a2b9562c (diff) | |
download | python-workshops-408a31a6d744d80ee26f5f4d28df5e5d706ae9a5.tar.gz python-workshops-408a31a6d744d80ee26f5f4d28df5e5d706ae9a5.tar.bz2 python-workshops-408a31a6d744d80ee26f5f4d28df5e5d706ae9a5.zip |
Remove or edit references to Canopy in README files
Diffstat (limited to 'basic_python')
-rw-r--r-- | basic_python/README.md | 7 |
1 files changed, 3 insertions, 4 deletions
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 |