summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMitsuo Tokumori <[email protected]>2023-10-29 07:19:59 -0500
committerMitsuo Tokumori <[email protected]>2023-10-29 07:19:59 -0500
commitde8b3d760a37fc54645a2588b062f85963146070 (patch)
treed9acb088cff70764eaff56e51ee5ef25760d9836 /README.md
parent9baa55436bc5a98d118a17656bbf25e563522964 (diff)
downloadustayml-de8b3d760a37fc54645a2588b062f85963146070.tar.gz
ustayml-de8b3d760a37fc54645a2588b062f85963146070.tar.bz2
ustayml-de8b3d760a37fc54645a2588b062f85963146070.zip
Finished tutorial. Keep developing!
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6963a3d..d8f3a7e 100644
--- a/README.md
+++ b/README.md
@@ -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)