2022-04-24 15:07:52 +02:00
|
|
|
Install this version from pip with:
|
2022-01-08 18:56:37 +01:00
|
|
|
|
2022-04-06 10:23:25 -04:00
|
|
|
pip install "tutor[full]==TUTOR_VERSION"
|
2022-01-08 18:56:37 +01:00
|
|
|
|
2022-04-24 15:07:52 +02:00
|
|
|
Or download the compiled binaries:
|
2019-04-22 15:14:46 +02:00
|
|
|
|
2019-06-23 19:56:15 +02:00
|
|
|
sudo curl -L "https://github.com/overhangio/tutor/releases/download/TUTOR_VERSION/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
|
2019-07-23 18:20:19 +03:00
|
|
|
sudo chmod 0755 /usr/local/bin/tutor
|
2019-04-22 15:14:46 +02:00
|
|
|
|
2019-11-22 09:31:26 +01:00
|
|
|
See the [installation docs](https://docs.tutor.overhang.io/install.html) for more installation options and instructions.
|
2019-04-22 15:14:46 +02:00
|
|
|
|
2020-03-16 18:12:24 +01:00
|
|
|
## Changes
|