Skip to content

v3.3.8

Compare
Choose a tag to compare
@regisb regisb released this 28 Apr 07:43
· 1720 commits to release since this release

Tutor can be installed simply by downloading the compiled binaries:

sudo curl -L "https://github.com/regisb/tutor/releases/download/v3.3.8/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod +x /usr/local/bin/tutor

See the install docs for more install options and instructions.

Features

  • [Bugfix] Reduce the number of gunicorn workers to address RAM usage (#207)