forked from orbit-oss/flask
Merge branch '3.0.x'
This commit is contained in:
commit
2c7f57ad5b
2 changed files with 1 additions and 21 deletions
20
README.md
20
README.md
|
|
@ -16,18 +16,6 @@ community that make adding new functionality easy.
|
||||||
[Jinja]: https://jinja.palletsprojects.com/
|
[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
|
## A Simple Example
|
||||||
|
|
||||||
```python
|
```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
|
## Donate
|
||||||
|
|
||||||
The Pallets organization develops and supports Flask and the libraries
|
The Pallets organization develops and supports Flask and the libraries
|
||||||
|
|
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -32,7 +32,7 @@ commands = mypy
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
deps = -r requirements/docs.txt
|
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]
|
[testenv:update-requirements]
|
||||||
deps =
|
deps =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue