Skip to content

How to Contribute

nh916 edited this page Apr 18, 2023 · 14 revisions

How to Contribute

Docs coming soon

Environment Set up

  • install requirements_dev.txt
    • the requirements_dev.txt has all the packages that are being used in development
pip install -r requirements_dev.txt
  • Install CRIPT in editable mode to see all of your changes as you are editing the CRIPT Python SDK
pip install -e .

Resources

Clone this wiki locally