diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f826400 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +Simple Monitoring for the ODR-mmbTools +====================================== + +How to get started +------------------ + +This little webpage uses python and (Flask)[http://flask.pocoo.org]. + +To get started, install (virtualenv)[http://www.virtualenv.org] +(maybe try *apt-get install python-virtualenv*) and then do + + virtualenv venv + source venv/bin/activate + pip install Flask + + |
