Skip to content

Commit

Permalink
Merge pull request #1 from Thynix/master
Browse files Browse the repository at this point in the history
Readme fixes
  • Loading branch information
orf committed Oct 17, 2015
2 parents 1ce5c8d + ed02cb1 commit be9bdcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]`

Expand All @@ -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.
to try and optimize that. Don't ask.

0 comments on commit be9bdcc

Please sign in to comment.