Added short readme file
This commit is contained in:
parent
a5668a1a26
commit
bcfd47d8c3
18
README
Normal file
18
README
Normal file
@ -0,0 +1,18 @@
|
||||
PyQtGraph - A pure-Python graphics library for PyQt/PySide
|
||||
Copyright 2011 University of North Carolina at Chapel Hill
|
||||
|
||||
Authors:
|
||||
Luke Campagnola ('luke.campagnola@%s.com' % 'gmail')
|
||||
Megan Kratz
|
||||
Ingo Breßler
|
||||
|
||||
Requirements:
|
||||
PyQt 4.5+ or (coming soon) PySide
|
||||
python 2.6+
|
||||
numpy, scipy
|
||||
|
||||
Known to run on Windows, Linux, and Mac.
|
||||
|
||||
Documentation:
|
||||
None.
|
||||
You can look around in the examples directory or pester Luke to write some.
|
@ -1,4 +1,6 @@
|
||||
Copyright (c) 2010 Luke Campagnola ('luke.campagnola@%s.com' % 'gmail')
|
||||
Copyright (c) 2011 University of North Carolina at Chapel Hill
|
||||
Luke Campagnola ('luke.campagnola@%s.com' % 'gmail')
|
||||
|
||||
The MIT License
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user