1. 程式人生 > >[轉】 spyder-python在windows下的安裝

[轉】 spyder-python在windows下的安裝

原文地址: http://www.phperz.com/article/15/0106/44862.html

1.安裝工具pip:https://pip.pypa.io/en/latest/installing.html

執行cmd:"python get-pip.py"。

注:Python 2.7.9 和 3.4 以後的版本已經預設包含pip,因此不許要安裝。

2.安裝PySide

切換到C:\Program Files (x86)\Python27\Scripts:"cd C:\Program Files (x86)\Python27\Scripts"。

cmd:"C:\Program Files (x86)\Python27\Scripts>pip install --use-wheel PySide"。

注:PySide是跨平臺的應用程式框架Qt的Python繫結版本 。

在2009年8月,PySide首次釋出。提供和PyQt類似的功能,並相容 API。但與 PyQt 不同處為使用LGPL授權。

3.安裝Spyder

cmd:"C:\Program Files (x86)\Python27\Scripts>pip install spyder"。

4.啟動Spyder

執行:"C:\Program Files (x86)\Python27\Scripts\spyder.bat"。