美文网首页
Locust 1 #安装

Locust 1 #安装

作者: 乔小布_e1c5 | 来源:发表于2021-02-04 15:55 被阅读0次

    安装

    安装 Python 3.6或更高版本。

    使用 pip 安装 Locust。

    $ pip3 install locust
    

    验证你的安装并显示 Locust 版本号:

    $ locust -V
    

    如果一切顺利,会打印当前版本版本号信息,如果不顺利,可以在 baidu\wiki 上查找一些解决方案。

    locust 1.4.3
    

    最前沿的版本

    从Github安装最新master版本:

    $ pip3 install -e git://github.com/locustio/locust.git@master#egg=locust
    

    相关文章

      网友评论

          本文标题:Locust 1 #安装

          本文链接:https://www.haomeiwen.com/subject/osvbtltx.html