python-messaging icon indicating copy to clipboard operation
python-messaging copied to clipboard

installation instructions

Open MatanTubul opened this issue 8 years ago • 2 comments

i would like to use your library inside my code. how should i install it?

MatanTubul avatar Feb 26 '17 13:02 MatanTubul

Hello @MatanTubul

Just Google, how to install python module from github repo. There is nothing special with this lib. Fore usage instruction go into the doc directory and "make html" it will generate a webpage on usage instruction.

Regards

garronej avatar Apr 10 '17 07:04 garronej

I am trying but it's give me this error. Can you please help me. I want to install it on my server and want to send SMS and MMS.

root@jasmin:/var/www/html/python-messaging/doc# make html sphinx-build -b html -d _build/doctrees . _build/html make: sphinx-build: Command not found Makefile:40: recipe for target 'html' failed make: *** [html] Error 127 root@jasmin:/var/www/html/python-messaging/doc# make .html make: *** No rule to make target '.html'. Stop. root@jasmin:/var/www/html/python-messaging/doc# make html sphinx-build -b html -d _build/doctrees . _build/html make: sphinx-build: Command not found Makefile:40: recipe for target 'html' failed make: *** [html] Error 127

rakibulinux avatar May 16 '20 17:05 rakibulinux