We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e356e commit fb5ca7dCopy full SHA for fb5ca7d
README.md
@@ -16,7 +16,10 @@ The original framework was inspired by [python-nvd3](https://github.com/areski/p
16
17
## Installation
18
19
--need to work on this-
+python-highcharts supports Python 2.7/3.4 and is available on PyPI. To install:
20
+```
21
+pip install python-highcharts
22
23
24
---------------------------------------------------------------------------------------------------------------
25
# Highcharts/Highstock
@@ -581,4 +584,4 @@ chart.save_file()
581
584
* More examples
582
585
* Clean code and put more explanation
583
586
-Reference: [Highcharts API](http://api.highcharts.com/highcharts)
587
+Reference: [Highcharts API](http://api.highcharts.com/highcharts)
0 commit comments