doc update - short note on installation

This commit is contained in:
Luke Campagnola 2012-05-08 17:54:02 -04:00
parent 9b5c8d0ada
commit 528290db8a
2 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,7 @@ Contents:
introduction
mouse_interaction
how_to_use
installation
plotting
images
3dgraphics

View File

@ -0,0 +1,4 @@
Installation
============
Pyqtgraph currently does not have (or really require) any installation scripts. The only requirement is that the pyqtgraph folder to be placed someplace importable. Most people will prefer to simply place pyqtgraph within a larger project folder. If you want to make pyqtgraph available system-wide, copy pyqtgraph to one of the directories listed in python's sys.path list.