Skip to content

Commit

Permalink
Version 0.8.59
Browse files Browse the repository at this point in the history
  • Loading branch information
Morisset committed Mar 22, 2017
1 parent 08088ce commit 72260e5
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
1 change: 0 additions & 1 deletion README

This file was deleted.

38 changes: 38 additions & 0 deletions README
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/>`_ .
2 changes: 1 addition & 1 deletion pyCloudy/version.py
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'

0 comments on commit 72260e5

Please sign in to comment.