<@U1CS9FUHG>: there isn't a doc in particular. To ...
# general
a
@bored-laptop-72430: there isn't a doc in particular. To try it you will have to build a local copy of pants. To do that, you can run
./build-support/bin/release.sh -n
I think and then you'll have sdists built in
/dist
. You can then build pants as a pex and bundle it in (see the python_binary target under src/python/pants/bin, or publish the sdist and use the
--plugins
flag to resolve the sdist when you invoke pants at runtime from the
[python-repos]
section (by setting
--repos
and
--indexes
in that section.