Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (15 loc) · 418 Bytes

CONTRIBUTION.md

File metadata and controls

27 lines (15 loc) · 418 Bytes

IllumiDesk's Grader Setup Service

Overview

Microservice used to setup new shared grader notebooks.

Dev Install

Install in editable mode:

virtualenv -p python3 venv
source venv/bin/activate
python3 -m pip install -e .

Run Application

Run application locally with debug mode enabled:

Update Dependencies

pip-compile requirements.in

Environment Variables

License

Apache 2.0