1# first of all install it
2# from command line using pip
3pip install scipy
4
5# from command line using anaconda
6conda install -c anaconda scipy
7
8# then import it (or what you need, check documentation) in Python shell
9# or script: scipy is a huge collection of useful stuff!
10import scipy