Add basic pip installation instruction to README
Adds a minimal "Installation" section with a basic `pip install Flask` command to help new users get started. No other changes included.
This commit is contained in:
parent
c34d6e81fd
commit
f16163c59a
1 changed files with 8 additions and 0 deletions
|
|
@ -17,6 +17,14 @@ community that make adding new functionality easy.
|
||||||
[Werkzeug]: https://werkzeug.palletsprojects.com/
|
[Werkzeug]: https://werkzeug.palletsprojects.com/
|
||||||
[Jinja]: https://jinja.palletsprojects.com/
|
[Jinja]: https://jinja.palletsprojects.com/
|
||||||
|
|
||||||
|
##Installation
|
||||||
|
|
||||||
|
Install Flask using pip:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip install Flask
|
||||||
|
```
|
||||||
|
|
||||||
## A Simple Example
|
## A Simple Example
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue