v3.3.8
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)