diff options
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/python_embed.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/python_embed.md b/docs/markdown/snippets/python_embed.md new file mode 100644 index 0000000..f50002c --- /dev/null +++ b/docs/markdown/snippets/python_embed.md @@ -0,0 +1,4 @@ +## python.dependency() embed kwarg + +Added the `embed` kwarg to the python module dependency function to select +the python library that can be used to embed python into an application. |