I am new to python. How can I change the name of installation that is done using pip. I.e
pip3 install requests && echo "done installing"
what I want to do is import it under a different name in my script. so instead of import requests
it would be import whatevernameiwant
. I run centos if it matters