Page 254 - Beginning Programming with Pyth - John Paul Mueller
P. 254
The conda packages appear at https://anaconda.org/. To determine whether a particular package, such as SciPy, is available, type its name in the search field near the top and press Enter. Oddly enough, you're apt to find a whole long list of candidates, as shown in Figure 11-12.
FIGURE 11-12: Choose a version of the package that you want to use.
To make any sense out of the long list of candidates, you must click the individual links, which takes you to a details page like the one shown in Figure 11-13. Note that you get links to all sorts of information about this particular copy of SciPy. However, the Installers section of the page is most important. You can download an installer or use conda to perform the task with the supplied command line, which is conda install -c anaconda scipyinthiscase.