Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonfarmer committed Mar 9, 2021
2 parents 3d59eb2 + 803ff9e commit 28fac98
Showing 1 changed file with 26 additions and 11 deletions.
37 changes: 26 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
**Note**: For an actively maintained alternative, see https://github.com/maki-nage/distogram

Overview
========

Expand All @@ -25,10 +23,14 @@ histograms in Go <https://github.com/VividCortex/gohistogram>`__.
Installation
============

``streamhist`` has not yet been uploaded to
`PyPi <https://pypi.python.org/pypi>`__, as we are currently at the
'pre-release' stage. Having said that you should be able to install it
via ``pip`` directly from the GitHub repository with:
``streamhist`` is `available on PyPI <https://pypi.org/project/streamhist/>`__.

.. code:: bash
pip install streamhist
You can also install the dev version via ``pip`` directly from the
GitHub repository with:

.. code:: bash
Expand All @@ -44,6 +46,12 @@ setup script:
cd streamhist
python setup.py install
Alternative
===========

For a more actively maintained alternative, see
https://github.com/maki-nage/distogram

Testing
=======

Expand Down Expand Up @@ -572,8 +580,15 @@ quick visualization.
License
=======

| Copyright © 2015 Carson Farmer carsonfarmer@gmail.com
| Copyright © 2013 VividCortex
| All rights reserved. MIT Licensed.
| Copyright © 2013 BigML
| Licensed under the Apache License, Version 2.0
Copyright © 2015 Carson Farmer carsonfarmer@gmail.com
Copyright © 2013 VividCortex
All rights reserved. MIT Licensed
Copyright © 2013 BigML
Licensed under the Apache License, Version 2.0

Thanks
======

Thanks to `John Belmonte <https://github.com/belm0>`__ for major
improvements in efficiency and accuracy of various histogram
methods.

0 comments on commit 28fac98

Please sign in to comment.