Rester 安装失败 github(rest api 测试框架 - python)

Rester installation is failing from github (rest api testing framework - python)

我正在尝试从

安装 Rester 框架 (Python)

https://github.com/chitamoor/rester

尝试了 运行 提到的命令:

pip install git+https://github.com/chitamoor/Rester.git@master

失败并出现以下错误:

Collecting git+https://github.com/chitamoor/Rester.git@master
  Cloning https://github.com/chitamoor/Rester.git (to master) to c:\users\bhushb1\appdata\local\temp\pip-4m57t3hj-build
  Error [WinError 2] The system cannot find the file specified while executing command git clone -q https://github.com/chitamoor/Rester.git C:\Users\bhushb1\AppData\Local\Temp\pip-4m57t3hj-build
Cannot find command 'git'

有人可以帮我解决这个问题吗?

Rester 在 PyPI 上所以你可以用

安装它
pip install Rester

要从 git URL 安装,您需要安装程序 git