Python for Absolute Beginners Transcripts
Chapter: Course setup and requirements
Lecture: I do need to install Python, now what?
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
If it turns out that you don't have Python 3
0:03
or that the version is too low
0:04
and you need to install a new version of Python 3
0:07
don't worry, it's pretty easy.
0:09
Folks over here at realpython.com
0:11
have put together a nice guide for you.
0:13
So just visit realpython.com/installing-python.
0:17
They let you identify your operating system.
0:20
Are you using Windows or Mac or Linux
0:21
or whatever it is that you're using
0:23
and then they give you a couple of different options
0:25
and recommendation for the best way to install Python
0:29
on your computer.
0:30
So you need to install Python
0:32
instead of me giving you a whole bunch of variations
0:34
and whatnot, this is a great article that gives you all that
0:37
and a recommendation on what to do.
0:39
Just go check it out and then come back to the course.