Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.61 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.61 KB

KubeCustom

Documentation Status

Kubernetes assessment and combined control functions to handle multiple deployments.

This is a set of informal tools for internal use. We make no guarantees of versioning, functionality, or support.

Installation

  • Step 1: Download the main branch from our GitHub page as a zip file, or clone it to your working directory with:

    git clone https://github.com/openforcefield/kubecustom

  • Step 2 (Optional): If you are using conda and you want to create a new environment for this package you may install with:

    conda env create -f requirements.yaml

  • Step 3: Install package with:

    pip install kubecustom/.

    or change directories and run

    pip install .

    Adding the flag -e will allow you to make changes that will be functional without reinstallation.

  • Step 4: Initialize pre-commits (for developers)

    pre-commit install

Copyright

Copyright (c) 2025, Jennifer A. Clark

Acknowledgements

Project based on the Computational Molecular Science Python Cookiecutter version 1.10.