Skip to content

Installation

Requirements

  • Python 3.12 or higher

Install from PyPI

pip install CanvasGroupy

Install from source

git clone https://github.com/FleischerResearchLab/CanvasGroupy.git
cd CanvasGroupy
pip install -e .

Dependencies

CanvasGroupy depends on:

  • canvasapi — Python wrapper for Canvas LMS REST API
  • PyGithub — Python wrapper for GitHub REST API
  • pandas — Data manipulation
  • numpy — Numerical computing