/c2raytools

A simple Python module for reading and analyzing data from C2Ray and CubeP3M data files.

Primary LanguagePython

c2raytools

A simple Python module for reading and analyzing data from C2Ray and CubeP3M data files.

See the examples directory for some examples of basic usage.

For documentation, look here.

Installation

Find the file setup.py in the root directory. To install in the standard directory, run:

python setup.py install

If you do not have write permissions, or you want to install somewhere else, you can specify some other installation directory, for example:

python setup.py install --home=~/mydir

To see more options, run

python setup.py --help-commands

Or look here for more details.