i can't figure out how to run it.. tried python3 and python2 (made sure to install to path)
C:\monitor>$ python manager.py runserver
'$' is not recognized as an internal or external command,
operable program or batch file.
C:\monitor>python manager.py runserver
'python' is not recognized as an internal or external command,
operable program or batch file.
C:\monitor>manager.py runserver
Traceback (most recent call last):
File "C:\monitor\manager.py", line 1, in
from app import manager
File "C:\monitor\app\__init__.py", line 1, in
from flask import Flask
ImportError: No module named flask
C:\monitor>
Moderator's note: This post was edited by frodocooper to add code tags.