The documentation and notebooks assume we are already automatically pushing to PyPI. This is not the case, which caused this bug for a user.
This PR updates notebook requirements.txt and updates the documentation while we are changing the automatic versioning and publishing.
How to test it
Follow the instructions to run the notebook here.
Run the imports cell.
Before this PR, it would fail, as the schemas and SDK were not installed. It should now return no errors.
Additional notes for reviewers
This is a temporary fix, since the underlying problem is not being able to do pip install lumigator-sdk, but at least we won't block folks trying Lumigator.
I already...
[N/A] added some tests for any new functionality
[x] updated the documentation
[x] checked if a (backend) DB migration step was required and included it if required
What's changing
The documentation and notebooks assume we are already automatically pushing to PyPI. This is not the case, which caused this bug for a user.
This PR updates notebook requirements.txt and updates the documentation while we are changing the automatic versioning and publishing.
How to test it
Additional notes for reviewers
This is a temporary fix, since the underlying problem is not being able to do pip install lumigator-sdk, but at least we won't block folks trying Lumigator.
I already...