Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 485 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 485 Bytes

Learners Environment workflow

Webinterface for accessing CR exercises.

Build

python3 -m build

Install

#pip
pip install ait-learners

#docker
docker pull ghcr.io/ait-cs-iaas/learners

Run

gunicorn --bind 127.0.0.1:5000 learners:app
# or
flask run
# or
docker-compose up -d

Develop

pip install -e .