updated readme
This commit is contained in:
parent
4fe8b66ac0
commit
a92edcdda7
10
README.md
10
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.
|
||||
```
|
||||
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
|
||||
```
|
||||
|
|
2
app/src
2
app/src
|
@ -1 +1 @@
|
|||
Subproject commit ac2f2ca38089c40ca9c57b33df1395fb6fad7273
|
||||
Subproject commit 5ea3aa81360543c7f2302415a019d135cfb1b9c9
|
Loading…
Reference in New Issue