2015-06-28 39 views

回答

1

你可以只讓下載下面從Git倉庫

https://github.com/jdunck/python-unicodecsv

安裝步驟:

步驟1.下載並提取.zip文件

直接以zip文件形式下載並從下面解壓縮在同一目錄內的方式

提取物:在另一個目錄內

unzip python-unicodecsv-master.zip <your .zip file name> 

提取物:

unzip python-unicodecsv-master.zip <your .zip file name> -d <direcroty path> 

步驟2.安裝使用終端.zip文件在Ubuntu

剛去e通過終端xtracted目錄路徑,然後鍵入以下命令

sudo python setup.py install 

後來終於成功安裝您的圖書館,你可以 訪問所有這些都與蟒蛇,unicodecsv和你的Python文件中使用它的庫。

我希望這應該有助於您:)

+0

你可以隨時['從GitHub PIP install'(http://www.reddit.com/r/Python/comments/2crput/how_to_install_with_pip_directly_from_github/) 。而這隻有一個單一的步驟 – jamylak

+0

是的這是另一種可能性 –

相關問題