March 2019
Intermediate to advanced
532 pages
13h 2m
English
To install SciPy (https://pypi.org/project/scipy/) use the following command:
$ pip install scipy
To check if the installation has been performed correctly, just open a Python shell and try to import the scipy library as follows:
pythonimport scipy