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 +```