From 8acbb02a2f38714a23f1f80306bc2bc54e4f4b88 Mon Sep 17 00:00:00 2001 From: coja Date: Thu, 18 Jan 2024 02:04:32 +0100 Subject: [PATCH] README update --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 746174e..02f7c81 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# taskmanager +# Task Manager Interactive TODO list web application # Development Setup -install python and pip +Install python and pip on local machine ```bash pip install virtualenv @@ -13,12 +13,14 @@ source venv/bin/activate #activate virtual env pip install -r requirements.txt python3 ./init_db.py #initialize database -python3 ./run.py +python3 ./run.py #run project ``` # Build app +```bash cd build-deb/ -make sudo apt install ./flaskapp.deb +make +```