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 /scipy | |
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 'scipy')
-rw-r--r-- | scipy/basic/README.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/scipy/basic/README.md b/scipy/basic/README.md index 59c8dc9..b26af41 100644 --- a/scipy/basic/README.md +++ b/scipy/basic/README.md @@ -46,12 +46,11 @@ The following packages need to be installed: - Matplotlib - Optionally install Mayavi. -On Linux, Windows and Mac OS X it is easiest to install these by installing -the Enthought Canopy. Download the Canopy Python distribution for your OS and -architecture from here: https://store.enthought.com/downloads. +On Linux, Windows and Mac OS X it is easiest to install Python and many other +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, these packages are easy to install. |