diff --git a/docs/install.rst b/docs/install.rst index 06268ca..7dc0669 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -30,12 +30,12 @@ The latest binaries can be downloaded from https://github.com/overhangio/tutor/r .. include:: cli_download.rst -This is the recommended installation method for most people. +This is the simplest and recommended installation method for most people. Note however that you will not be able to use custom plugins with this pre-compiled binary. The only plugins you can use with this approach are those thare are already bundled with the binary: `discovery `__, `ecommerce `__, `figures `__, `minio `__, `notes `__, `xqueue `__. From source ----------- -If you would like to inspect the Tutor source code, you are most welcome to install Tutor from `Pypi `_ or directly from `the Github repository `_. You will need python >= 3.5 and the libyaml development headers. On Ubuntu, these requirements can be installed by running:: +If you would like to inspect the Tutor source code, you are most welcome to install Tutor from `Pypi `_ or directly from `the Github repository `_. You will need python >= 3.6 and the libyaml development headers. On Ubuntu, these requirements can be installed by running:: sudo apt install python3 libyaml-dev