mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-06 07:30:40 +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:
parent
a034f95f83
commit
1e956b9398
@ -53,5 +53,4 @@ Installing from a local clone of the repository::
|
|||||||
|
|
||||||
git clone https://github.com/regisb/tutor
|
git clone https://github.com/regisb/tutor
|
||||||
cd tutor
|
cd tutor
|
||||||
pip install -r requirements/base.txt
|
pip install -e .
|
||||||
python setup.py develop
|
|
||||||
|
Loading…
Reference in New Issue
Block a user