DEV Community

Dr. Azad Rasul
Dr. Azad Rasul

Posted on

2- Using Miniconda to install Python

There are many ways to install and run Python and its tools and libraries. In this learning series, we use "Miniconda" to install and run Python. Miniconda is a small version of Anaconda, which includes Python, conda, and a few packages including pip.

Firstly, [download](https://docs.conda.io/en/latest/miniconda.html) Miniconda. On the website choose a suitable version for your computer. For me, it is *Miniconda 3 Windows 64-bit*.

Image description

Then, install Miniconda by double left click on it.

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Congratulations! Now, Miniconda and Python are installed on your computer.

If you like the content, please SUBSCRIBE to my channel for the future content.

To get full video tutorial and certificate, please, enroll in the course through this link: https://www.udemy.com/course/python-for-researchers/?referralCode=886CCF5C552567F1C4E7

Top comments (0)