Appendix C. Installing Python
In case you need to do this manually, here are guides for installing Python and pip
on Windows, macOS, and Linux machines.
Installing Python on Windows
To download the Python package, go to the official Python website (https://www.python.org/downloads/windows/). Make sure you’re downloading the latest version (at the time of writing, it’s Python 3.x). Choose the appropriate version based on your system architecture (32-bit or 64-bit). Most modern computers are 64-bit, but you can confirm by right-clicking This PC (or My Computer) and selecting Properties.
Once the installer is downloaded, run it. Check the box that says Add Python x.x to PATH. This will make it easier to run Python and pip
from the command prompt. ...
Get The Complete Obsolete Guide to Generative AI now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.