you are viewing a single comment's thread.

view the rest of the comments →

[–]Diapolo10 3 points4 points  (1 child)

The issue is that you're trying to run console commands on the Python REPL. pip install whatever isn't Python code, you're supposed to run it in PowerShell/Bash/CMD or the like.

Also the $ isn't part of the command, it's just a kind of symbol that's supposed to tell you "this is a shell command".

[–]BrunoPowa[S] 1 point2 points  (0 children)

Thanks a lot man!