Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Benjamin Jakimow
EO Time Series Viewer
Commits
5ad39c25
Commit
5ad39c25
authored
Sep 11, 2013
by
Luke Campagnola
Browse files
Merge pull request #3 from gpoulin/master
Update README.md
parents
ef1f0033
47c55ed4
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
5ad39c25
...
...
@@ -2,55 +2,63 @@ PyQtGraph
=========
A pure-Python graphics library for PyQt/PySide
Copyright 2012 Luke Campagnola, University of North Carolina at Chapel Hill
http://www.pyqtgraph.org
<http://www.pyqtgraph.org>
Maintainer
----------
*
Luke Campagnola ('luke.campagnola@%s.com' % 'gmail')
*
Luke Campagnola ('luke.campagnola@%s.com' % 'gmail')
Contributors
------------
*
Megan Kratz
*
Paul Manis
*
Ingo Breßler
*
Christian Gavin
*
Michael Cristopher Hogg
*
Ulrich Leutner
*
Felix Schill
*
Guillaume Poulin
*
Megan Kratz
*
Paul Manis
*
Ingo Breßler
*
Christian Gavin
*
Michael Cristopher Hogg
*
Ulrich Leutner
*
Felix Schill
*
Guillaume Poulin
Requirements
------------
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.
*
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
-------
Post at the mailing list / forum:
https://groups.google.com/forum/?fromgroups#!forum/pyqtgraph
Post at the
[
mailing list / forum
](
https://groups.google.com/forum/?fromgroups#!forum/pyqtgraph
)
Installation Methods
--------------------
*
To use with a specific project, simply copy the pyqtgraph subdirectory
*
To use with a specific project, simply copy the pyqtgraph subdirectory
anywhere that is importable from your project
*
To install system-wide from source distribution:
`$ python setup.py install`
*
For instalation packages, see the website (pyqtgraph.org)
*
To install system-wide from source distribution:
`$ python setup.py install`
*
For instalation packages, see the website (pyqtgraph.org)
Documentation
-------------
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
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.
*
If you acquired this code via GitHub, then you can build the documentation using sphinx.
*
If you acquired this code via GitHub, then you can build the documentation using sphinx.
From the documentation directory, run:
`$ make html`
Please feel free to pester Luke or post to the forum if you need a specific
section of documentation.
Please feel free to pester Luke or post to the forum if you need a specific
section of documentation.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment