Thank you for wanting to explore and contribute to coldstart!
Below are the instructions on how to setup a development version of coldstart, but contributions to the documentation and issue-resolving are very welcome.
Before contributing to this CVS Health sponsored project, you will need to sign the associated Contributor License Agreement.
-
First, clone the repo:
git clone --recursive https://github.com/cvs-health/coldstart && cd coldstart
-
Next, create and activate a virtual python environment (using
conda
orvenv
). -
Finally, install coldstart for development:
pip install -e .
- If you're on Windows, make sure that your command line/terminal has administrator privileges.
Did nothing work for you? Contact one of the repo's contributors for help. If you have encountered and solved another installation issue, you are very welcome to add it do the documentation here and submit a PR.
We work using forks and Pull Requests.
In order to submit a PR for coldstart, one must fork the repository and submit the PR from there.
Please make sure your fork is up-to-date with the coldstart's latest main branch.