forked from Morisset/pyCloudy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
39 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
PyCloudy is a Python library to deal with input and output files of Cloudy (Gary Ferland) photoionization code. | ||
Is also allows to generate 3D nebula from various runs of the 1D Cloudy code. | ||
|
||
Requirements | ||
============ | ||
|
||
You will need to have installed `Cloudy <http://nublado.org/>`_ . | ||
PyCloudy uses numpy and other standard python libraries. | ||
|
||
Installation | ||
============ | ||
|
||
You may find useful to download, install and upgrade pyCloudy using | ||
`pip <http://www.pip-installer.org/en/latest/index.html>`_ . | ||
|
||
For example: | ||
|
||
* pip install --user pyCloudy | ||
|
||
Updates use the same command. You can also use | ||
|
||
* easy_install --user pyCloudy | ||
|
||
Warranty | ||
======== | ||
|
||
PyCloudy is provided as it is. No Warranty at all, you cannot complain if it runs models which are not fitting your data! :-) | ||
|
||
Manual | ||
====== | ||
|
||
* There is no manual for now... There will soon be a HowTo page. | ||
|
||
* But... there is some examples of use in the `pyCloudy home page | ||
<https://sites.google.com/site/pycloudy/>`_ . | ||
|
||
* And the reference manual is accessible from this site `HERE | ||
<http://packages.python.org/pyCloudy/>`_ . |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
""" | ||
This is the version of pyCloudy package | ||
""" | ||
__version__ = '0.8.59b2' | ||
__version__ = '0.8.59' |