DEV Community

Ahmed Khaled MOhamed
Ahmed Khaled MOhamed

Posted on

3

Install Python Modules from *.whl file

1- go to this link
2-download your module keep in mind you will choose the file you download according to your system 32x ,64x and the python version you have 3.4 or 2.7.
3-go to the path where you download the file with the extention *.whl
4-open the command and run pip install <file_name_u_just_dowload>

Note

make sure your are adding pip and python to your sys environment variable to be apple to use the pip command

Reference Stack

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay