You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
i would like to use your library inside my code.
how should i install it?
The text was updated successfully, but these errors were encountered: