in cmd If I do pip install git+git://github.com/VincentLeroux/Laser.git, there is an error, how do I install the module??
ERROR: Error [WinError 2] The specified file could not be found while executing command git clone -q git://github.com/VincentLeroux/Laser.git 'C:\Users\JH\AppData\Local\Temp\pip-req-build-z626js1i' ERROR: Cannot find command 'git' - do you have 'git' installed and in your PATH?
python github
Installation
pip install git+https://github.com/VincentLeroux/Laser.git
Delete
pip uninstall laser
© 2024 OneMinuteCode. All rights reserved.