Skip to main content

Posts

How to install modules in python

 Hello guys today i am going to show you how  to install modules in python so here we go step by  step: Step 1 : Open Command Prompt(cmd). Step 2 : At the specified path write pip install your-module-name and hit enter key. For example given in picture. so here we successfully installed a python module .sorry for warning  it is showing because i haven't upgraded pip version with new version .if you want to upgrade pip you can use   : '-m pip install --upgrade pip' command By going through these simple steps you can install python module very easily in your system. Thankyou!!!
Recent posts

how to install pycharm community edition in your system

  Hello guys today i am going to tell you how to download and  install pycharm community edition on your windows operating system step by step so here we go : HERE IS THE LINK TO DOWNLOAD  PYCHARM :  link to download pycharm Step 1 : In the setup window click on next t o continue. Step 2 : Click next to continue. Step 3 : Keep this page setting as default do nothing just click next to continue. Step 4 : Click on install. Step 5 : Wait  till process of installation complete. Step 6 : Click on finish to complete the installation. Here your installation process is finished I am going to tell you to start with it so here we go :  Step 1 : When you start the pycharm this will open just directly check do not import setting. Step 2 : Check the given option to accept the agreement. Step 3 : Click on dont send option. Step 4 : Select skip remaining and set default.  Step 5 : Select create on new project.   Step 6 : Give your project name. Step 7 : Click on...

How to download and install MySQL for windows.

Here I am going to show you that how to download and install MySQL first go to MySQL official link to download it :  https://dev.mysql.com/downloads/ you can get a option of MySQL installer for Windows : as your own choice you can download the setup if you want to download online installation then you can download web for online installation one or you can also download the the offline installer I suggest you to download second setup . After downloading you can run the setup and adjust the installation setting according to your need. Here are the steps to successfully install mysql in your system for windows: So here we go: Step 1:Run the setup of Mysql then you will able to view this first page of the setup. you dont have to change the option to another option you have to choose only Developer Default option. Step 2: Then after clicking next button you will able to see a new window name as check Requirements .then you have to click on execute button. Step 3:In this ...

How to download and install Pytthon successfully in your system

To install Python in your system first download the setup of python (suitable version for your system) here i am providing you the link where you download your python setup. link :  www.python.org here i have showed you the page from where you can download and install the python. After downloading this setup of python of latest version here I told you the steps to install the python setup successfully so here we go : STEP 1 : Run the setup. STEP 2 : Check the Add to python path option at the bottom of the setup. STEP 3 : Then click on install now option from the setup window . After clicking on it then the process of installation of python will start . it will take few minutes to install on your system.  STEP 4 : After completing the installation of python you can close the setup. These steps to  python are valid to any os it is of 64 bit or 32 bit.