Guest User

Untitled

a guest
Jul 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. 1. Make a folder for the app
  2. 2. Put app.py in the folder
  3. 3. Make a static folder and put index.html in it
  4. 4. Should look like:
  5. ```
  6. lamp/
  7. app.py
  8. static/
  9. index.html
  10. ```
  11. 4. Run:
  12. ```bash
  13. pip install flask flask-sockets
  14. python app.py
  15. ```
Add Comment
Please, Sign In to add comment