speedtest-cli需要在python 2.4-3.4的环境下,安装方法都很简单,自己选择以下最适合你的一种。 pip方式 # pipinstallspeedtest-cli easy_install方式 # easy_install speedtest-cli github+pip方式 # pipinstallgit+https://github.com/sivel/speedt
github+pip方式 # pip install git+https://github.com/sivel/speedtest-cli.git 或者 # git clone https://github.com/sivel/speedtest-cli.git# python speedtest-cli/setup.py install 下载脚本方式 # wget -O speedtest-cli https://raw.github.com/sivel/spe er/speedtest_cli.py# chmod +x spe...
speedtest-cli需要在python 2.4-3.4的环境下,安装方法都很简单,自己选择以下最适合你的一种。 pip方式 # pip install speedtest-cli easy_install方式 # easy_install speedtest-cli github+pip方式 # pip install git+https://github.com/sivel/speedtest-cli.git 或者 # git clone https://github.com/sivel/s...
speedtest-cli works with Python 2.4-3.7 Installation pip / easy_install pip install speedtest-cli or easy_install speedtest-cli pip install git+https://github.com/sivel/speedtest-cli.git or git clone https://github.com/sivel/speedtest-cli.git cd speedtest-cli python setup.py install ...
Github pip install git+https://github.com/sivel/speedtest-cli.git or git clone https://github.com/sivel/speedtest-cli.git cd speedtest-cli python setup.py install Just download (Like the way it used to be) wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master...
git clonehttps://github.com/sivel/speedtest-cli.git python speedtest-cli/setup.py install 注:这种安装方式的前提是系统安装了git客户端,这样你才能使用git命令安装 下载安装 wget -O speedtest-clihttps://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py ...
pip install git+https://github.com/sivel/speedtest-cli.git 或 git clone https://github.com/sivel/speedtest-cli.git python speedtest-cli/setup.py install 然后运行speedtest-cli即可使用,默认会找到speedtest-cli服务器中最近的节点进行测试,笔者服务器在新加坡得到结果如下 ...
1)pip / easy_install 打开一个终端,输入下面的命令: pip install speedtest_cli 或者 easy_install speedtest_cli 2)Github 想要直接从github安装,你得这么做: pip install git+https://github.com/sivel/speedtest-cli.git 或者 git clone https://github.com/sivel/speedtest-cli.gitpython speedtest-cli/setu...
speedtest-cli是一个使用python编写的命令行脚本,通过调用speedtest.net测试上下行的接口来完成速度测试,最后我会测试运维生存时间所在服务器的外网速度。项目地址:https://github.com/sivel/speedtest-cli 安装speedtest-cli speedtest-cli需要在python 2.4-3.4的环境下,安装方法都很简单,自己选择以下最适合你的一种。
如果你希望从源代码安装或者获取最新版本,可以从 GitHub 克隆 speedtest-cli 的仓库并进行安装: 打开命令行终端。 克隆仓库: bash git clone https://github.com/sivel/speedtest-cli.git 进入项目目录: bash cd speedtest-cli 运行安装命令: bash python setup.py install 方法四:在 Debian/Ubuntu 系统上...