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-
pip install git+https://github.com/sivel/speedtest-cli.git orgit 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/speedtest...
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...
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/speedtest.py chmod +x speedtest-cli or curl -Lo speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py chmo...
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。原始仓库: https://github.com/sivel/speedtest-cli 克隆/下载 speedtest-cli / speedtest.py speedtest.py 63.80 KB 一键复制 编辑 原始数据 按行查看 历史 Matt Martz 提交于 4年前 . Python 3.10 support ...
speetest-cli 是linux下一个上下行网速测试工具,是一个用python写的命令行脚本。 需要python2.4-3.3支持。 github项目地址:https:///sivel/speedtest-cli 安装方法有很多种: 1、pip / easy_install pip install speedtest-cli or easy_install speedtest-cli ...
speedtest_cli是一个python脚本,所以它真的很容易安装和使用,你可以通过许多方式安装它: 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 clonehttps://github.com/sivel/speedtest-cli.git python speedtest-cli/setup.py install 注:这种安装方式的前提是系统安装了git客户端,这样你才能使用git命令安装 下载安装 wget -O speedtest-clihttps://raw.githubusercontent.com/sivel/...
git clone https://github.com/sivel/speedtest-cli.git python speedtest-cli/setup.py install 然后运行speedtest-cli即可使用,默认会找到speedtest-cli服务器中最近的节点进行测试,笔者服务器在新加坡得到结果如下 代码语言:javascript 代码运行次数:0 运行 ...
是一个使用python编写的命令行脚本,通过调用speedtest.net测试上下行的接口来完成速度测试,最后我会测试运维生存时间所在服务器的外网速度。项目地址:https://github.com/sivel/speedtest-cli 安装speedtest-clispeedtest-cli需要在python 2.4-3.4的环境下,安装方法都很简单,自己选择以下最适合你的一种。pip...