1. 程式人生 > >tespeed-測試網速的Python工具

tespeed-測試網速的Python工具

一、安裝過程

1、pip install lxml

2、wget wget http://sourceforge.net/projects/socksipy/files/socksipy/SocksiPy%201.00/SocksiPy.zip

3、git clone https://github.com/Janhouse/tespeed.git

4、mv SocksiPy.zip tespeed/SocksiPy/

5、cd tespeed/SocksiPy/

6、unzip SocksiPy.zip

7、touch __init__.py

 

二、測試

1、 ./tespeed.py

2、好像會出現一些bug,等我debug一下