how to install yowsup in windows 10

1.1k views Asked by At

I installed yowsup by using "pip" command

pip install yowsup2 Collecting yowsup2 Downloading yowsup2-2.5.7.tar.gz (112kB) 100% |████████████████████████████████| 112kB 520kB/s Requirement already satisfied: python-dateutil in c:\users\radia\appdata\local\programs\python\python36-32\lib\site-packages (from yowsup2)enter code here Requirement already satisfied: argparse in c:\users\radia\appdata\local\programs\python\python36-32\lib\site-packages (from yowsup2)

but when i am trying to run below command;:- yowsup-cli registration --requestcode sms --phone 49XXXXXXXX --cc 49 --mcc 123 --mnc 456 --env android I'm getting below error,

C:\Users\radia>yowsup-cli registration 'yowsup-cli' is not recognized as an internal or external command, operable program or batch file.

1

There are 1 answers

0
PedroNeves On

The path to yowsup-cli isn't automatically included in your %PATH%, so you have to include it yourself, or just run the command in the directory where the yowsup-cli file is located