Open jwnimmer-tri opened 1 year ago
Roughly, I believe it would go like:
examples/requirements.in
to replace drake
with the experimental wheel's URL../bazel run //examples:requirements.update -- --upgrade
to switch the lockfile to the experimental wheel.
Currently, our examples are pinned run against the latest stable version of Drake.
During development, it's sometimes helpful to run against a WIP build of Drake instead, to see the effect of Drake changes.
We should make it as easy as practical to do that, and document how to do it.