6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-07 07:54:03 +00:00

Fix pip install instructions

Close #352.
This commit is contained in:
Régis Behmo 2020-07-16 09:21:10 +02:00
parent 66ab851848
commit 27d74c1343

View File

@ -42,9 +42,9 @@ This is the simplest and recommended installation method for most people. Note h
Alternative installation methods Alternative installation methods
-------------------------------- --------------------------------
If you would like to inspect the Tutor source code, you are most welcome to install Tutor from `Pypi <https://pypi.org/project/tutor-openedx/>`_ or directly from `the Github repository <https://github.com/overhangio/tutor>`_. You will need python >= 3.6 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 <https://pypi.org/project/tutor-openedx/>`_ or directly from `the Github repository <https://github.com/overhangio/tutor>`_. You will need python >= 3.6 with pip and the libyaml development headers. On Ubuntu, these requirements can be installed by running::
sudo apt install python3 libyaml-dev sudo apt install python3 python3-pip libyaml-dev
Installing from pypi Installing from pypi
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~