Installation#
Install the latest release from PyPI:
pip install dogwood-py
Install optional example dependencies:
pip install "dogwood-py[examples]"
The package installs as dogwood.
from dogwood import native
assert native.available()
Install the latest release from PyPI:
pip install dogwood-py
Install optional example dependencies:
pip install "dogwood-py[examples]"
The package installs as dogwood.
from dogwood import native
assert native.available()