標準Python發行版不綑綁任何SciPy模組。 一個輕量級的選擇是使用流行的Python包安裝程式安裝SciPy,
$ pip install pandas
如果安裝Anaconda Python軟體包,預設情況下會安裝Pandas。 以下是將它們安裝在不同作業系統中的軟體包和連結。
Anaconda(來自 https://www.continuum.io )是SciPy堆疊的免費Python發行版。 它也適用於Linux和Mac。有關安裝的教學請參考:/9/103/3097.html
Canopy( https://www.enthought.com/products/canopy/ )免費提供,以及用於Windows,Linux和Mac的完整SciPy堆疊的商業發行。
Python(x,y) - 這是一個免費的Python發行版,其中包含用於Windows作業系統的SciPy堆疊和Spyder IDE。 (可從 https://python-xy.github.io/ 下載)
各個Linux發行版的軟體包管理器用於在SciPy堆疊中安裝一個或多個軟體包。
Ubuntu
可以使用以下路徑在Ubuntu中安裝Python。
$ sudo apt-get install python-numpy python-scipy
python-matplotlibipythonipython-notebook python-pandas python-sympy python-nose
Fedora
可以使用以下路徑在Fedora中安裝Python。
sudo yum install numpyscipy python-matplotlibipython python-pandas
sympy python-nose atlas-devel