I am following these procedures for installation: https://github.com/tgalal/yowsup/blob/master/README.md
and completed yowsup2 installation successfully with this command
pip install yowsup2
and now I am trying to register my phone number in yowsup as suggested here
but when I tried following command (yowsup is imported) it gives error
>>> yowsup-cli
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'cli' is not defined
I am new to python
Please help me to solve this error :/