From 346d1abaff0270104ffa3a0e8bee7de279a1cee7 Mon Sep 17 00:00:00 2001 From: David Lord Date: Mon, 8 Apr 2024 15:28:28 -0700 Subject: [PATCH] remove install and contribute sections install leads people to install into the system instead of a virtualenv, and readme isn't the place to teach that contribute is now linked in the github interface above the readme --- README.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/README.md b/README.md index 8ab2d59f..df4d41cb 100644 --- a/README.md +++ b/README.md @@ -16,18 +16,6 @@ community that make adding new functionality easy. [Jinja]: https://jinja.palletsprojects.com/ -## Installing - -Install and update from [PyPI][] using an installer such as [pip][]: - -``` -$ pip install -U Flask -``` - -[PyPI]: https://pypi.org/project/Flask/ -[pip]: https://pip.pypa.io/en/stable/getting-started/ - - ## A Simple Example ```python @@ -47,14 +35,6 @@ $ flask run ``` -## Contributing - -For guidance on setting up a development environment and how to make a -contribution to Flask, see the [contributing guidelines][]. - -[contributing guidelines]: https://github.com/pallets/flask/blob/main/CONTRIBUTING.rst - - ## Donate The Pallets organization develops and supports Flask and the libraries