diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-03 22:12:02 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-03 22:12:02 +0530 |
commit | a92edcdda73c39a9991bae42b85d4483fb29f074 (patch) | |
tree | 0b5d6ebe7489942c82d47be6f3683560198b0b3a /README.md | |
parent | 4fe8b66ac063e91d8edb4c810de02a8feb64974c (diff) |
updated readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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 +``` |