python-messaging
python-messaging copied to clipboard
installation instructions
i would like to use your library inside my code. how should i install it?
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
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