Skip to content

Commit

Permalink
Merge branch '3.0.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Apr 8, 2024
2 parents 19610a9 + f958b65 commit 2c7f57a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ commands = mypy

[testenv:docs]
deps = -r requirements/docs.txt
commands = sphinx-build -W -b dirhtml docs docs/_build/dirhtml
commands = sphinx-build -E -W -b dirhtml docs docs/_build/dirhtml

[testenv:update-requirements]
deps =
Expand Down

0 comments on commit 2c7f57a

Please sign in to comment.