Pokemon-Terminal
Pokemon-Terminal copied to clipboard
Error installing using `pip3 install git+https://github.com/LazoCoder/Pokemon-Terminal.git `
ERROR: Error [WinError 2] The system cannot find the file specified while executing command git version
ERROR: Cannot find command 'git' - do you have 'git' installed and in your PATH?
The error message pretty much sums it up - to install python packages via git, you need to have git installed on your machine. Do you have git installed? If not, that's the easy fix :slightly_smiling_face: Otherwise there might be something weird going on with you PATH.