Situatie
Flask is a Python web development framework for rapid prototyping. You can launch web-based applications very quickly in Flask.
Backup
- Open
File > Settings > Projectfrom the PyCharm menu. - Select your current project.
- Click the
Python Interpretertab within your project tab
- Click the small
+symbol to add a new library to the project. - Now type in the library to be installed, in your example Flask, and click
Install Package. - Wait for the installation to terminate and close all popup windows.
Leave A Comment?