Sub-package of kbmod for sharing code among the kbmod package environment.
git clone https://github.com/dirac-institute/kbmod-utils.git
cd kbmod-utils
pip install .
To verify that the installation was successful run the tests:
pytest tests
Developers will want to install the package as editable with developer tools. This has additional requirements and capabilities.
pip install -e .[dev]
(cd docs && make html;) && open _readthedocs/html/index.html
LINCC Frameworks is supported by Schmidt Futures, a philanthropic initiative founded by Eric and Wendy Schmidt, as part of the Virtual Institute of Astrophysics (VIA).
This project was automatically generated using the LINCC-Frameworks python-project-template.
For more information about the project template see the documentation.