2022-04-24 13:07:52 +00:00
|
|
|
Install this version from pip with:
|
2022-01-08 17:56:37 +00:00
|
|
|
|
2022-04-06 14:23:25 +00:00
|
|
|
pip install "tutor[full]==TUTOR_VERSION"
|
2022-01-08 17:56:37 +00:00
|
|
|
|
2022-04-24 13:07:52 +00:00
|
|
|
Or download the compiled binaries:
|
2019-04-22 13:14:46 +00:00
|
|
|
|
2019-06-23 17:56:15 +00: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 15:20:19 +00:00
|
|
|
sudo chmod 0755 /usr/local/bin/tutor
|
2019-04-22 13:14:46 +00:00
|
|
|
|
2019-11-22 08:31:26 +00:00
|
|
|
See the [installation docs](https://docs.tutor.overhang.io/install.html) for more installation options and instructions.
|
2019-04-22 13:14:46 +00:00
|
|
|
|
2020-03-16 17:12:24 +00:00
|
|
|
## Changes
|