Initial setting of Python

The last blog was about installation, in this I will show you how to set the elements needed to install the libraries.
Initially we set pip and wheels son the processes to install other libraries becomes easy.

Installing PIP

First, we go to this link.

In the subtitle "INSTALLING GET-PIP.PY" we press right click and save it as "get-pip.py"  like this:


Then, we execute it with double click. This show a cmd windows, so we have to wait.
Finally we execute a cmd as is shown below:



We clicked as administrator and then proceed to input this command "python -m pip install -U pip"
as is shown.

And that's all folks!!

Installing wheels

Wheels will help us to read the whl libraries when is needed.
We will open a cmd and input the next command "pip install wheel", like this:


For me this shows that I had installed it, but for you this will appear as a downloading and then by itself will install. and that's it.

Comments

My photo
Mauricio Muñoz
Hola, soy Mauricio, ingeniero industrial me gustan las matemáticas, la producción eficiente y la inteligencia computacional. Con pasión por la mejora de los procesos de producción, el idioma Japonés y el desarrollo de energía limpia.