7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-10 09:42:23 +00:00

Better source installation instructions

Installing from "python setup.py develop" was causing a strange error:

        error: The 'requests' distribution was not found and is required
        by kubernetes
This commit is contained in:
Régis Behmo 2019-03-29 06:33:07 -07:00
parent a034f95f83
commit 1e956b9398

View File

@ -53,5 +53,4 @@ Installing from a local clone of the repository::
git clone https://github.com/regisb/tutor
cd tutor
pip install -r requirements/base.txt
python setup.py develop
pip install -e .