How to install a Python Module?
Answers
Answered by
1
Hey mate
Follow this link to install Python module :
https://www.google.com/url?sa=t&source=web&rct=j&url=https://m.youtube.com/watch%3Fv%3DddpYVA-7wq4&ved=2ahUKEwiplty5wKLhAhXe8HMBHborDOQQwqsBMA96BAgDEBA&usg=AOvVaw3tE-OLSv1dHd9SB8sMZENQ&cshid=1553695963625
Answered by
0
For python and your are using windows, you would search up for cmd(command prompt ) and then type pip install your-module
Some times, there are some wheel files which can not be installed by cmd. We go to windows binary library and then install the wheel file and then install the wheel file into the computer by using the cmd.
Now, if you are a mac OS user, you would use bash and everything says the same.
Hope it helps!
Similar questions