/bot-aukerman-ui

Interface for bot-aukerman; a library for improvised performances with the aid of chatbot performers.

Primary LanguagePython

Under heavy development.

User interface for bot-aukerman

Development Setup

  • bot-aukerman must be installed separately, for now.
cd bot-aukerman-ui/

# Optionally create and activate venv
python3 -m venv .venv
source .venv/bin/activate

# Install dependencies
pip install -e .