/robot-cafe

☕🦾🤖 WIP: toy optimization service for a robotic barista

Primary LanguagePython

Setup

  • Install pyenv, which will pick up this project's Python version from .python-version file
  • Install poetry
  • Use poetry to install dependencies with poetry install

Tasks (type check, lint, test, etc)

To see documentation for tasks, do: poetry run task --list