flask
The Python micro framework for building web applications.
File Explorer
Download Latest Version (.zip)- devcontainer.json
- on-create-command.sh
- bug-report.md
- config.yml
- feature-request.md
- lock.yaml
- pre-commit.yaml
- publish.yaml
- tests.yaml
- zizmor.yaml
- pull_request_template.md
- debugger.png
- flask-icon.svg
- flask-logo.svg
- flask-name.svg
- pycharm-run-config.png
- apache-httpd.rst
- asgi.rst
- eventlet.rst
- gevent.rst
- gunicorn.rst
- index.rst
- mod_wsgi.rst
- nginx.rst
- proxy_fix.rst
- uwsgi.rst
- waitress.rst
- appdispatch.rst
- appfactories.rst
- caching.rst
- celery.rst
- deferredcallbacks.rst
- favicon.rst
- fileuploads.rst
- flashing.rst
- index.rst
- javascript.rst
- jquery.rst
- lazyloading.rst
- methodoverrides.rst
- mongoengine.rst
- packages.rst
- requestchecksum.rst
- singlepageapplications.rst
- sqlalchemy.rst
- sqlite3.rst
- streaming.rst
- subclassing.rst
- templateinheritance.rst
- urlprocessors.rst
- viewdecorators.rst
- wtforms.rst
- blog.rst
- database.rst
- deploy.rst
- factory.rst
- flaskr_edit.png
- flaskr_index.png
- flaskr_login.png
- index.rst
- install.rst
- layout.rst
- next.rst
- static.rst
- templates.rst
- tests.rst
- views.rst
- api.rst
- appcontext.rst
- async-await.rst
- blueprints.rst
- changes.rst
- cli.rst
- conf.py
- config.rst
- contributing.rst
- debugging.rst
- design.rst
- errorhandling.rst
- extensiondev.rst
- extensions.rst
- gevent.rst
- index.rst
- installation.rst
- license.rst
- lifecycle.rst
- logging.rst
- make.bat
- Makefile
- quickstart.rst
- reqcontext.rst
- server.rst
- shell.rst
- signals.rst
- templating.rst
- testing.rst
- views.rst
- web-security.rst
- index.html
- __init__.py
- tasks.py
- views.py
- make_celery.py
- pyproject.toml
- README.md
- requirements.txt
- base.html
- fetch.html
- jquery.html
- xhr.html
- __init__.py
- views.py
- conftest.py
- test_js_example.py
- .gitignore
- LICENSE.txt
- pyproject.toml
- README.rst
- style.css
- login.html
- register.html
- create.html
- index.html
- update.html
- base.html
- __init__.py
- auth.py
- blog.py
- db.py
- schema.sql
- conftest.py
- data.sql
- test_auth.py
- test_blog.py
- test_db.py
- test_factory.py
- .gitignore
- LICENSE.txt
- pyproject.toml
- README.rst
- __init__.py
- provider.py
- tag.py
- app.py
- blueprints.py
- README.md
- scaffold.py
- __init__.py
- __main__.py
- app.py
- blueprints.py
- cli.py
- config.py
- ctx.py
- debughelpers.py
- globals.py
- helpers.py
- logging.py
- py.typed
- sessions.py
- signals.py
- templating.py
- testing.py
- typing.py
- views.py
- wrappers.py
- config.json
- config.toml
- index.html
- nested.txt
- _macro.html
- context_template.html
- escaping_template.html
- mail.txt
- non_escaping_template.txt
- simple_template.html
- template_filter.html
- template_test.html
- test.css
- test.txt
- index.html
- __init__.py
- index.html
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- flask.py
- __init__.py
- __init__.py
- app.py
- factory.py
- importerrorapp.py
- message.txt
- multiapp.py
- hello.py
- wsgi.py
- hello.txt
- __init__.py
- .env
- .flaskenv
- typing_app_decorators.py
- typing_error_handler.py
- typing_route.py
- conftest.py
- test_appctx.py
- test_async.py
- test_basic.py
- test_blueprints.py
- test_cli.py
- test_config.py
- test_converters.py
- test_helpers.py
- test_instance_config.py
- test_json.py
- test_json_tag.py
- test_logging.py
- test_regression.py
- test_reqctx.py
- test_request.py
- test_session_interface.py
- test_signals.py
- test_subclassing.py
- test_templating.py
- test_testing.py
- test_user_error_handler.py
- test_views.py
- .editorconfig
- .gitignore
- .pre-commit-config.yaml
- .readthedocs.yaml
- CHANGES.rst
- LICENSE.txt
- pyproject.toml
- README.md
- uv.lock
# Installation Guide
1. Get the code
git clone https://github.com/pallets/flask
Downloads the entire project code from GitHub to your computer.
cd flask
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly โ no need to clone the source.
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
