Can you please tell me how to install 'pip' on pypy3 interpreter in windows10 64 bits. I'm using pycharm IDE and set pypy as a IDE interpreter. But when I trying to install pandas library on pypy3 using this command
pypy3 pip install pandas
I'm getting error like this___
FileNotFoundError: [Errno 2] No such file or directory: 'pip'
Can you please tell me how to resolve this problem...