cs50/submit50

pip3 install submit50 SyntaxError

Closed this issue · 1 comments

image
I get this error when trying to install submit50 to submit the Pset0.
I'm new to programming and I don't know what's wrong.

You're currently inside the Python interactive shell, so you need to type exit() to quit the program, then run pip3 install submit50.

However, best to use https://code.cs50.io!