

Which means it’s already installed with the installer.

So, ideally, we are all ready to go ahead and install boto3.Ĭonsequently, after installing Python using the installer, if you type pip -V in the command line- pip -V If you notice the above Python installer, you’ll see it includes PIP by default. It lets you install packages or dependencies that do not come bundled with the standard Python library. PIP is the standard package manager for Python.

You have successfully installed python in your windows system now 🙂 Step 2: Install PIP on your Windows System Now when you type Python -V, this is what you see. Once the installation is done, close your command prompt window and reopen it. Once downloaded, just run the installer and don’t forget to check the option to add it to the path as shown in the below screenshot.Īdding Python to PATH, windows will always automatically find the Python installation when you execute a Python script or command from the command prompt. I am going with the 64-bit installer.Ĭlick on the installer to download it. However, for this post, I am going to use the windows installer.īased on whether your system is 32-bit or 64-bit choose the installer. There are many ways in which you can install python on windows. Navigate to the official Python downloads page and download the stable release of python. Python -VĪs you can see, it’s not there in my system so I will go ahead and install it. Open the command prompt and type the below command.
