mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-12 09:51:08 +00:00
docs: encourage users to install from pip, and not from the binary
This commit is contained in:
parent
4dc772d1e4
commit
89d39633ae
@ -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
|
||||
|
@ -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!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user