aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 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
+```