LoginSignup
57
57

More than 5 years have passed since last update.

Python, SciPy, matplotlibのインストール(Windows)

Last updated at Posted at 2013-05-09

easy_installやpipを使おうとか余計なことを考えなければすぐ終わります。

  1. Pythonをインストールします。Win用のインストーラがあります。
    http://www.python.org/ftp/python/2.7.4/python-2.7.4.msi

  2. NumPyをインストールします。Win用のインストーラがあります。
    http://sourceforge.net/projects/numpy/files/NumPy/1.7.0/numpy-1.7.0-win32-superpack-python2.7.exe/download

  3. SciPyをインストールします。Win用のインストーラがあります。
    http://sourceforge.net/projects/scipy/files/scipy/0.12.0/scipy-0.12.0-win32-superpack-python2.7.exe/download

  4. matplotlibをインストールします。Win用のインストーラがあります。
    https://github.com/downloads/matplotlib/matplotlib/matplotlib-1.2.0.win32-py2.7.exe

以上。Windowsべんりー(白目

(2015/8/4追記)
pip使うと便利です。
http://qiita.com/mojaie/items/241eb7006978e6962d05

57
57
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
57
57