scipy version code example Example 1: install scipy pip install scipy Example 2: get scipy version python import scipy print(scipy.__version__)