updates README with installation info

various small improvements
This commit is contained in:
Johannes Gehrs
2013-07-01 23:52:24 +02:00
parent 86ebd2194e
commit e0949570d5
4 changed files with 64 additions and 8 deletions
+4
View File
@@ -0,0 +1,4 @@
from wtformsparsleyjs.sample import app
if __name__ == '__main__':
app.run(debug=True)