From a92edcdda73c39a9991bae42b85d4483fb29f074 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 3 Jul 2020 22:12:02 +0530 Subject: updated readme --- README.md | 10 ++++++++-- app/src | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f28b951..58cf7b0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ -# Forms in Flask +# Curie-Web -In this Flask app we will demonstrate the basics of processing forms and also using a form library called WT Forms. \ No newline at end of file +``` +export PATH=$PATH:/home/pi/Desktop/Curie-Web/app/src/scripts +export PYTHONPATH=$PYTHONPATH:/home/pi/Desktop/Curie-Web/app/src +alias plip="python3 /home/pi/Desktop/Curie-Web/app/src/plip/plipcmd.py" +chmod +x /home/pi/Desktop/Curie-Web/app/src/scripts/*.sh +chmod +x /home/pi/Desktop/Curie-Web/app/src/scripts/*.py +``` diff --git a/app/src b/app/src index ac2f2ca..5ea3aa8 160000 --- a/app/src +++ b/app/src @@ -1 +1 @@ -Subproject commit ac2f2ca38089c40ca9c57b33df1395fb6fad7273 +Subproject commit 5ea3aa81360543c7f2302415a019d135cfb1b9c9 -- cgit v1.2.3