0
votes

I'm still new to python but I'm trying to get keyboard installed through the command prompt and having some difficultly. So I've added the path location but when I run it I get...

C:\Users\john>C:\Users\john\AppData\Local\Programs\Python\Python38\Scripts pip install keyboard 'C:\Users\john\AppData\Local\Programs\Python\Python38\Scripts' is not recognized as an internal or external command, operable program or batch file.

1

1 Answers

0
votes

Just get rid of the path in your command and only run pip install keyboard.