kyleaoman / simtrees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simtrees

Framework to simplify loading data from merger trees in John Helly's format.

Installation:

  • Download via web UI, or git clone https://github.com/kyleaoman/simtrees.git
  • Install dependencies if necessary (see setup.py), some may be found in other repositories by kyleaoman.
  • Global install (Linux):
    • cd to directory with setup.py
    • run sudo pip install -e . (-e installs via symlink, so pulling repository will do a 'live' update of the installation)
  • User install (Linux):
    • cd to directory with setup.py
    • ensure ~/lib/python3.6/site-packages or similar is on your PYTHONPATH (e.g. echo $PYTHONPATH), if not, add it (perhaps in .bash_profile or similar)
    • run pip install --prefix ~ -e . (-e installs via symlink, so pulling repository will do a 'live' update of the installation)
  • cd to a directory outside the module and launch python; you should be able to do from simtrees import Tree, TreeTables

Usage:

???

About

License:GNU General Public License v3.0


Languages

Language:Python 81.7%Language:JavaScript 18.3%