Не получается в python проект установить git package

(venv) PS C:\Users\....\Project> pip install -U git+git://github.com/iqoptionapi/iqoptionapi.git

Collecting git+git://github.com/iqoptionapi/iqoptionapi.git
  Cloning git://github.com/iqoptionapi/iqoptionapi.git to c:\users\user\appdata\local\temp\pip-req-build-wa3289ym

ERROR: Error [WinError 2] Не удается найти указанный файл while executing command git version

ERROR: Cannot find command 'git' - do you have 'git' installed and in your PATH?

WARNING: You are using pip version 21.3.1; however, version 22.2.2 is available.
You should consider upgrading via the 'C:\Users\...\Project\venv\Scripts\python.exe -m pip install --upgrade pip' command.

Вижу, что мне надо установить git в PATH, но не понимаю какой именно путь


Ответы (0 шт):