python中安裝一些第三方軟體包
這幾天在寫python的爬蟲,用到了很多的第三方的軟體包,下面總結一下這些第三方軟體包在windows x86 32上的安裝過程,以備以後之用:
安裝setuptools,上文已經講過,這裡不贅述http://blog.csdn.net/yelbosh/article/details/7518506
安裝MySQL-python,可以使用easy_install進行安裝,或者使用installer,安裝之後python的site-package下會多出一個MySQLdb的資料夾
安裝Djanjo,下載Django軟體包,執行setup指令碼,python setup.py install即可安裝。安裝完之後,使用django-admin startproject myProject即可建立新的django專案,切換至該目錄下,執行python manage.py runserver即可執行該專案,瀏覽器localhost:8000即可看到效果
安裝Scrapy,見文件:
http://doc.scrapy.org/en/latest/intro/install.html
Windows
There are two ways to install Scrapy in Windows:
using easy_install or pip - see Installing with easy_install or Installing with pip
using the Windows installer, but you need to download and install the dependencies manually:
Twisted for Windows - you may need to install pywin32 because of this Twisted bug
Install Zope.Interface (required by Twisted)
libxml2 for Windows
PyOpenSSL for Windows
Download the Windows installer from the Downloads page and install it.
按照上面的步驟即可
相關文章
- 第三方軟體源安裝Xen
- Kali Linux安裝第三方軟體Linux
- 解除安裝環境所有python包(第三方庫)Python
- Linux中什麼是軟體包?如何解除安裝?Linux
- Linux中軟體包安裝、查詢用哪個命令?Linux
- debian軟體解除安裝|deb包解除安裝|dpkg命令
- 安裝的 Linux 軟體包有多少?Linux
- conda可安裝的軟體包列表
- linux mint 19安裝 kvm 軟體包Linux
- yum安裝軟體之後如何儲存rpm安裝包
- 【slam】ubuntu中各種型別軟體包的安裝方法SLAMUbuntu型別
- 如何在 Linux 上安裝/解除安裝一個檔案中列出的軟體包?Linux
- Photoshop CC 2018 軟體安裝包+破解教程
- 安裝 pip 輕鬆管理 PyPI 軟體包
- 快速安裝python包Python
- 無法安裝第三方包
- go get 安裝 第三方包Go
- (原創)下載安裝Python第三方包庫pip安裝失敗總結Python
- 在Linux中安裝軟體Linux
- 在 Ubuntu中從外部儲存庫安裝軟體包步驟Ubuntu
- Linux下軟體包的多種安裝方式Linux
- 四、yum獲取安裝的軟體包及依賴包
- 初學 Python 需要安裝哪些軟體?Python
- Multisim14--軟體簡介及安裝教程(內含安裝包)
- anaconda怎樣安裝第三方包
- python 包安裝筆記Python筆記
- 在Linux中,如何升級系統內所有已安裝軟體包?Linux
- 如何在 Arch Linux 中查詢已安裝的專有軟體包?Linux
- 如何在 Linux 上使用 dnf 命令安裝軟體包?Linux
- 徹底解除安裝rpm軟體包的指令碼指令碼
- 安裝軟體
- 軟體安裝
- 學Python需要安裝什麼軟體呢?Python
- 升級所有Python安裝包Python
- rocky8中安裝aspera軟體
- yum工具對軟體包安裝,刪除,更新介紹
- 如何列出 Ubuntu 和 Debian 上已安裝的軟體包Ubuntu
- win10怎麼安裝軟體_如何在win10系統中安裝軟體Win10
- Linux軟體安裝Linux