美文网首页
win10安装httprunner

win10安装httprunner

作者: Joey_GZ | 来源:发表于2020-03-13 18:32 被阅读0次
    • 【运行环境】win10
    • 【安装】python37、pip、httprunner

    一、 安装python37

    1. 下载安装包

    https://www.python.org/downloads/release/python-377/

    image.png
    2. 安装

    参考https://blog.csdn.net/nmjuzi/article/details/79075736
    勾选Add Python 3.7 to PATH
    点选Cunstomize installation
    Optional Features:全选
    Advanced Options:勾选Install for all users
    再一路next...

    image.png
    image.png
    image.png
    3. 验证是否安装成功

    打开cmd,输入python

    二、 安装pip

    打开cmd,输入

    python -m pip install --upgrade pip -i https://pypi.douban.com/simple
    

    (使用国内pip源安装)
    (python -m pip install --upgrade pip是使用国外pip源,容易超时导致安装失败)


    image.png

    三、 安装httprunner

    1. 打开cmd,输入
    pip install httprunner -i https://pypi.douban.com/simple
    
    image.png image.png
    2. 检查是否安装成功:hrun -V 或 hrun --version
    image.png

    相关文章

      网友评论

          本文标题:win10安装httprunner

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