Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.
/ hexfarm Public archive

Rutgers HEX Computing Utility Library

License

Notifications You must be signed in to change notification settings

bhgomes/hexfarm

Repository files navigation

hexfarm (pre-α)

Rutgers HEX Computing Utility Library

PyPI Docs Build Status Coverage Status Maintainability License Code style: black

Documentation

The documentation is hosted at hexfarm.readthedocs.io. This is a WIP.

Installation for Rutgers HEXCMS Users

See scripts/README.md.

Installing Development Environment

To install the development environment for hexfarm clone the repository and run the following

conda env update -f environment.yml --prune
conda activate hexfarm

To add the optional ROOT dependencies, run

conda env update -n hexfarm -f root-environment.yml
conda activate hexfarm

after initializing the hexfarm environment.

See scripts/README.md for more information on environments.

License

This project is licensed under the MIT Open Source License.

Copyright (c) 2019 Brandon Gomes