RobotLocomotion / drake-external-examples

Examples of how to use Drake in your own project.
https://drake.mit.edu/
MIT No Attribution
100 stars 49 forks source link

Example for PyPI workflow #266

Open jwnimmer-tri opened 1 year ago

jwnimmer-tri commented 1 year ago

All of our examples show complicated C++ things like CMake, Bazel, Ament, etc. The majority of our new users are Python users though!

We should have an example showing the PyPI workflow. If nothing else, a README linking to https://drake.mit.edu/pip.html would be a starting point. We could probably show an example using poetry or something though.

\CC @rcory FYI