Skip to content

Commit

Permalink
Added more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bwghughes committed Sep 25, 2013
1 parent 51bbf89 commit cf55e53
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,19 @@ http://spc.io/?data=1,2,3,4,5,6,7,8,9,10&ouput=png and it will send back somethi

![Control Chart](http://benhughes.org.s3.amazonaws.com/controlcharts/sample.png "Control Chart")

[1]:http://en.wikipedia.org/wiki/Control_chart
[2]:https://statistical-process-control-charts.readthedocs.org/en/latest/
Command Line Usage
-------------------

Library Use
``` bash
pip install spcchart
```
and run:
``` bash
spcchart --data=32,45,65,667,767,78,887,879,99,98,98,98 --title="I can s ee now"
```
and hip hip hooray, an svg will be placed in your current working directory. Open with any browser and you're away.

Python Library Use
------------

``` python
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
README = open(os.path.join(here, 'README.md')).read()


version = '0.1'
version = '0.4'

install_reqs = parse_requirements(os.path.join(here, 'requirements.txt'))
install_requires = [str(ir.req) for ir in install_reqs]
Expand Down

0 comments on commit cf55e53

Please sign in to comment.