How do I install Flask in PyCharm?
In pycharm, Go to: File-->Settings-->Project:project_name-->Project Interpreter.
Click on the + sign search for Flask. Choose it and click on Install package
Alternative approach: add requirements.txt to the root of your project. in it add the following line:
Flask==0.10.1
Note: keep an eye out for the version.
After you do that pycharm will prompt you to install the requirements, Just click on install requirements and if all is good you are good to go.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With