pip install Flask Flask-SQLAlchemy
SyntaxError: invalid syntax
Please copy/paste the text, not screenshots of text. The visually
impaired and those of us on email do not receive screenshots. Also, we
cannot ourselves copy/paste from a screenshot to try things for
ourselves.
Tha said, it looks like you’re running the command:
pip install Flask Flask-SQLAlchemy
at Python’s interqctive >>>
prommpt. But this is a shell command, not
Python syntax.
Exit the Python prompt and get to a command prompt and retry your pip
command.
Cheers,
Cameron Simpson [email protected]