PC Instaling packages
I just got a PC, and i downloaded the python IDLE. I want to use Flask for one of my projects. How can i do this?
By actually trying to find the answer before asking: https://flask.palletsprojects.com/en/1.1.x/installation/
pip install Flask
WHERE SHOULD I TYPE IT??????????????????? @realTronsi
@isaiah08 in the terminal/shell. Make sure you also have pip installed just in case
how do i instal pip??? @realTronsi
pip install flask
as your bash command
In the shell? @Coder100
Where should i type it? @isaiah08
yeah in your current directory @isaiah08
thanks @isaiah08
Where should i type all this stuff? The shell or IDLE??? @Coder100
the shell probs @isaiah08
so yeah type in all the install things in the shell and everything python related in the idle @isaiah08
Python 3.9.0 (tags/v3.9.0:9cf6752, Oct 5 2020, 15:34:40) [MSC v.1927 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
My input: pip install flask
Computer output: SyntaxError: invalid syntax
@isaiah08 don't type it in your code, type it in the shell.
You have to install Flask. Read this. It will tell how to:
https://flask.palletsprojects.com/en/1.1.x/installation/