Installer packages for these two pieces of software are available:
To test your scipy installation, start python and try the following:
>>> import scipy.stats as stats
>>> stats.norm.rvs(20)
You should be given 20 random numbers drawn from the standard normal distribution