FMCorz / mdk

Moodle Development Kit. A collection of tools meant to make developers' lives easier.
GNU General Public License v3.0
86 stars 47 forks source link

Mention 'pip install requests' into README.md (not installed by default on Ubuntu) #81

Closed mouneyrac closed 10 years ago

mouneyrac commented 10 years ago

I reinstalled ubuntu/mdk, launch 'mdk create' and I see this error: ImportError: No module named requests

I can't remember what was the solution? Can you mention it in the requirement in the README.md?

Thanks

mouneyrac commented 10 years ago

Ok I (re)found the solution:

sudo apt-get install python-pip cd /opt/moodle-sdk sudo pip install requests mdk create

FMCorz commented 10 years ago

mdk doctor should help. Also the "Installation" documentation :p.

Closing, thanks Jerome.

FMCorz commented 10 years ago

I am thinking of another way to install MDK, using pip only, a bit like npm and Node work.