diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -2,6 +2,8 @@ https://flask.palletsprojects.com/en/3.0.x/tutorial +https://flask.palletsprojects.com/en/3.0.x/tutorial/next/ + ## Installation ```bash @@ -12,6 +14,16 @@ pip install -r requirements.txt flask --app flaskr run --debug ``` +## Build + +```bash +pip install build +python -m build --wheel +``` + +Deploy: https://flask.palletsprojects.com/en/3.0.x/deploying/ + + ## Learning resources * [Flask user guide](https://flask.palletsprojects.com/en/3.0.x/#user-s-guide) |
