Library for using Odysseus backend from Python
Poetry is used for dependency and Python environment management.
Install Poetry, for example brew install poetry on Mac.
poetry install- install dependenciespoetry shell- open shell running the Python environmentpoetry run python ...- run a command in the Python environmentpoetry add xyz- add a package- In VSCode, click the Python version number in the lower-right and select the one titled
odysseus-python-...