7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-28 11:50:49 +00:00

docs: encourage users to install from pip, and not from the binary

This commit is contained in:
Régis Behmo 2022-01-08 18:56:37 +01:00 committed by Régis Behmo
parent 4dc772d1e4
commit 89d39633ae
2 changed files with 10 additions and 6 deletions

View File

@ -1,4 +1,8 @@
Tutor can be installed simply by downloading the compiled binaries:
Install this version from pip with::
pip install tutor[full]==TUTOR_VERSION
Or download the compiled binaries::
sudo curl -L "https://github.com/overhangio/tutor/releases/download/TUTOR_VERSION/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod 0755 /usr/local/bin/tutor

View File

@ -3,14 +3,14 @@
Quickstart (1-click install)
----------------------------
1. `Download <https://github.com/overhangio/tutor/releases>`_ the latest stable release of Tutor and place the ``tutor`` executable in your path. From the command line:
.. include:: download/binary.rst
Or:
1. Install the latest stable release of Tutor from pip:
.. include:: download/pip.rst
Or `download <https://github.com/overhangio/tutor/releases>`_ the pre-compiled binary and place the ``tutor`` executable in your path:
.. include:: download/binary.rst
2. Run ``tutor local quickstart``
3. You're done!