diff options
author | orf <tom@tomforb.es> | 2015-10-17 21:53:05 +0100 |
---|---|---|
committer | orf <tom@tomforb.es> | 2015-10-17 21:53:05 +0100 |
commit | be9bdcc2f29e52535d4b0ca55d412d243b0c75db (patch) | |
tree | 5ca7a7e16a6c509b10d3b1eab2dbfe31836ac46f | |
parent | 1ce5c8d7e832e1b5d8a84d723d29cb611af0376b (diff) | |
parent | ed02cb152f94430f1882216c43769cd864290b77 (diff) |
Merge pull request #1 from Thynix/master
Readme fixes
-rw-r--r-- | readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,11 +4,11 @@ Ping, but with a graph ![](/doc/readme_screencast.gif) ## Install and run -Created/tested with Python 3.4, should run on 2.7 (will require the `staticstics` module though). +Created/tested with Python 3.4, should run on 2.7 (will require the `statistics` module though). `pip3 install pinggraph` -Tested on Windows and Ubuntu, should run on MacOS as well. After installation just run: +Tested on Windows and Ubuntu, should run on OS X as well. After installation just run: `gping [yourhost]` @@ -27,4 +27,4 @@ were a good addition it quickly got rather complicated. Inside pinger.py is a function `plot()`, this uses a canvas-like object to "draw" things like lines and boxes to the screen. I found on Windows that changing the colors is slow and caused the screen to flicker, so theres a big mess of a function called `process_colors` -to try and optimize that. Don't ask.
\ No newline at end of file +to try and optimize that. Don't ask. |