-
Notifications
You must be signed in to change notification settings - Fork 5
How to Contribute
nh916 edited this page Apr 18, 2023
·
14 revisions
Docs coming soon
- 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 .