aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMitsuo Tokumori <[email protected]>2025-03-08 16:12:44 +0900
committerMitsuo Tokumori <[email protected]>2025-03-08 16:12:44 +0900
commit4987626c394ca07c3ded98d9ed7095986553863e (patch)
treef32a6e3c9a8bd966a0f192427a115dd4541bc141 /README
parent51163b167cce01af6101438e5e61145ad798f213 (diff)
downloadmasu-4987626c394ca07c3ded98d9ed7095986553863e.tar.gz
masu-4987626c394ca07c3ded98d9ed7095986553863e.tar.bz2
masu-4987626c394ca07c3ded98d9ed7095986553863e.zip
Add favicon.ico
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 11 insertions, 6 deletions
diff --git a/README b/README
index e4f195b..ad44e6c 100644
--- a/README
+++ b/README
@@ -6,17 +6,22 @@ Features: simple, tweakable, fast.
setup:
- git clone <url>
- python -m venv .venv
- source .venv/bin/activate
- pip install -r requirements.txt
- python run.py
+ $ git clone <url>
+ $ python -m venv .venv
+ $ source .venv/bin/activate
+ $ pip install -r requirements.txt
+ $ python run.py
use:
http://localhost:5000
reload/tweak in header
+dependencies:
+
+ To update the requirements list use
+ $ pip freeze -r requirements.txt > requirements.txt
+
hack:
Each block is defined by:
@@ -27,5 +32,5 @@ hack:
deploy:
- local: python app.py
+ local: python run.py
server: pip install gunicorn; gunicorn -w 4 app:app