This repository contains a python pacakge for processing and analyzing galaxy catalogues output from the Galacticus semi-analytical galaxy formation model.
Steps to download and install the package:
git clone https://[email protected]/galacticusdev/analysis-python.git
cd analysis-python
python setup.py build
python setup.py install
where user-name
is your Bitbucket username. If you do not have root access you might need to modify the last step as follows:
python setup.py install --user