merge pyqtgraph from dev
This commit is contained in:
commit
72f66f7531
@ -1,4 +1,4 @@
|
||||
Copyright (c) 2011 University of North Carolina at Chapel Hill
|
||||
Copyright (c) 2012 University of North Carolina at Chapel Hill
|
||||
Luke Campagnola ('luke.campagnola@%s.com' % 'gmail')
|
||||
|
||||
The MIT License
|
@ -1,6 +1,6 @@
|
||||
PyQtGraph - A pure-Python graphics library for PyQt/PySide
|
||||
Copyright 2011 Luke Campagnola, University of North Carolina at Chapel Hill
|
||||
http://http://luke.campagnola.me/code/pyqtgraph
|
||||
Copyright 2012 Luke Campagnola, University of North Carolina at Chapel Hill
|
||||
http://www.pyqtgraph.org
|
||||
|
||||
Authors:
|
||||
Luke Campagnola ('luke.campagnola@%s.com' % 'gmail')
|
||||
@ -9,30 +9,29 @@ Authors:
|
||||
|
||||
Requirements:
|
||||
PyQt 4.7+ or PySide
|
||||
python 2.7+ (no python 3 support yet)
|
||||
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
|
||||
|
||||
Installation:
|
||||
Pyqtgraph currently does not have (or really require) any installation
|
||||
scripts. All that is needed is for the pyqtgraph folder to be placed
|
||||
someplace importable. Most people will prefer to simply place this folder
|
||||
within a larger project folder. If you want to make pyqtgraph available
|
||||
system-wide, copy the folder to one of the directories listed in python's
|
||||
sys.path list.
|
||||
Installation Methods:
|
||||
- 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)
|
||||
|
||||
Documentation:
|
||||
There are many examples; run "python -m pyqtgraph.examples" for a menu
|
||||
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://http://luke.campagnola.me/code/pyqtgraph/documentation
|
||||
http://www.pyqtgraph.org/documentation
|
||||
- If you acquired this code as a .tar.gz file from the website, then you can also look in
|
||||
pyqtgraph/documentation/html.
|
||||
doc/html.
|
||||
- If you acquired this code via BZR, then you can build the documentation using sphinx.
|
||||
From the documentation directory, run:
|
||||
$ make html
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user