-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding mailing list link and other links.
- Loading branch information
Showing
5 changed files
with
52 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,14 +17,14 @@ PYPOWER depends upon: | |
* Python_ 2.5 or later and | ||
* SciPy_ 0.7 or later. | ||
|
||
It can be easy_installed using setuptools_:: | ||
It can be installed using setuptools_:: | ||
|
||
$ easy_install PYPOWER | ||
|
||
Alternatively, `download <http://pypi.python.org/pypi/PYPOWER#downloads>`_ and | ||
unpack the tarball and install:: | ||
|
||
$ tar zxf PYPOWER-4.0.tar.gz | ||
$ tar zxf PYPOWER-4.0.X.tar.gz | ||
$ python setup.py install | ||
|
||
Using PYPOWER | ||
|
@@ -49,20 +49,39 @@ for the IEEE Reliability Test System and write the solved case to file:: | |
|
||
$ opf -c case24_ieee_rts --solvedcase=rtsout.py | ||
|
||
For further information please refer to the http://www.pypower.org/ and the | ||
For further information please refer to http://www.pypower.org/ and the | ||
`API documentation`_. | ||
|
||
Support | ||
------- | ||
|
||
Questions and comments regarding PYPOWER should be directed to the `mailing | ||
list <http://groups.google.com/group/pypower>`_: | ||
|
||
[email protected] | ||
|
||
License & Copyright | ||
------------------- | ||
|
||
Copyright (C) 1996-2011 Power System Engineering Research Center | ||
|
||
Copyright (C) 2010-2011 Richard Lincoln | ||
|
||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the `GNU General Public License`_ as published | ||
by the Free Software Foundation, either version 3 of the License, | ||
or (at your option) any later version. | ||
|
||
Links | ||
----- | ||
|
||
* MATPOWER_ from PSERC (Cornell) | ||
* MatDyn_ by Stijn Cole | ||
* PSAT_ by Federico Milano | ||
* OpenDSS_ from EPRI | ||
* GridLAB-D_ from PNNL | ||
* PyCIM_ | ||
|
||
.. _Python: http://www.python.org | ||
.. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools | ||
.. _SciPy: http://www.scipy.org | ||
|
@@ -71,3 +90,8 @@ or (at your option) any later version. | |
.. _GitHub: http://github.com/rwl/PYPOWER | ||
.. _`GNU General Public License`: http://www.gnu.org/licenses/ | ||
.. _`API documentation`: http://www.pypower.org/api | ||
.. _PyCIM: http://www.pycim.org | ||
.. _MatDyn: http://www.esat.kuleuven.be/electa/teaching/matdyn/ | ||
.. _PSAT: http://www.uclm.es/area/gsee/web/Federico/psat.htm | ||
.. _OpenDSS: http://sourceforge.net/projects/electricdss/ | ||
.. _GridLAB-D: http://sourceforge.net/projects/gridlab-d/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Support | ||
------- | ||
|
||
Questions and comments regarding PYPOWER should be directed to the `mailing | ||
list <http://groups.google.com/group/pypower>`_: | ||
|
||
[email protected] | ||
|
||
Users may also wish to refer to the MATPOWER_ mailing list: | ||
|
||
http://www.mail-archive.com/[email protected]/ | ||
|
||
Bugs and patches can be posted on the GitHub_ issue tracker: | ||
|
||
http://github.com/rwl/PYPOWER/issues | ||
|
||
For all other enquiries please email: | ||
|
||
[email protected] | ||
|
||
.. include:: ./link_names.txt |