pyqtgraph/README.md

71 lines
1.8 KiB
Markdown
Raw Normal View History

PyQtGraph
=========
A pure-Python graphics library for PyQt/PySide
2013-09-12 06:22:26 +00:00
Copyright 2012 Luke Campagnola, University of North Carolina at Chapel Hill
2013-09-12 06:22:26 +00:00
<http://www.pyqtgraph.org>
Maintainer
----------
2013-09-12 06:22:26 +00:00
* Luke Campagnola <luke.campagnola@gmail.com>
Contributors
------------
2013-09-12 06:22:26 +00:00
* Megan Kratz
* Paul Manis
* Ingo Breßler
* Christian Gavin
* Michael Cristopher Hogg
* Ulrich Leutner
* Felix Schill
* Guillaume Poulin
2013-12-15 16:38:44 +00:00
* Antony Lee
* Mattias Põldaru
* Thomas S.
2014-03-05 16:05:09 +00:00
* Fabio Zadrozny
* Mikhail Terekhov
Requirements
------------
2013-09-12 06:22:26 +00:00
* PyQt 4.7+ or PySide
* python 2.6, 2.7, or 3.x
* numpy, scipy
* For 3D graphics: pyopengl
* Known to run on Windows, Linux, and Mac.
Support
-------
2013-09-12 06:22:26 +00:00
Post at the [mailing list / forum](https://groups.google.com/forum/?fromgroups#!forum/pyqtgraph)
Installation Methods
--------------------
2013-09-12 06:22:26 +00:00
* To use with a specific project, simply copy the pyqtgraph subdirectory
anywhere that is importable from your project. PyQtGraph may also be
used as a git subtree by cloning the git-core repository from github.
2013-09-12 06:22:26 +00:00
* To install system-wide from source distribution:
`$ python setup.py install`
* For instalation packages, see the website (pyqtgraph.org)
Documentation
-------------
2013-09-12 06:22:26 +00:00
There are many examples; run `python -m pyqtgraph.examples` for a menu.
Some (incomplete) documentation exists at this time.
* Easiest place to get documentation is at <http://www.pyqtgraph.org/documentation>
* If you acquired this code as a .tar.gz file from the website, then you can also look in
doc/html.
2013-09-12 06:22:26 +00:00
* If you acquired this code via GitHub, then you can build the documentation using sphinx.
From the documentation directory, run:
`$ make html`
2013-09-12 06:22:26 +00:00
Please feel free to pester Luke or post to the forum if you need a specific
section of documentation to be expanded.