/odysseus-python

Library for using Odysseus backend from Python

Primary LanguagePythonMIT LicenseMIT

odysseus-python

Library for using Odysseus backend from Python

Poetry setup

Poetry is used for dependency and Python environment management.

Install Poetry, for example brew install poetry on Mac.

  • poetry install - install dependencies
  • poetry shell - open shell running the Python environment
  • poetry run python ... - run a command in the Python environment
  • poetry add xyz - add a package
  • In VSCode, click the Python version number in the lower-right and select the one titled odysseus-python-...