Alternative installation via Anaconda
In Chapter 6, Introduction to NumPy and SciPy, we discussed the dependency of a module. Because of such a dependency, it might be very difficult to install a module independently since it depends on many other modules. In this book, we use the so-called super-packages. If one of them is installed, most of our modules are installed simultaneously. We choose Anaconda. To install Anaconda
, we have the following two steps:
- Go to http://continuum.io/downloads.
- Choose an appropriate package to download and install.