PYTHON INSTALL STEPS 1). Which version of Windows operating system am I running? Select the Start button > Settings > System > About. Under Device specifications = 64-bit operating system, x64-based processor. 2). Download latest version of python. Python 3.9.4 - April 4, 2021. https://www.python.org/downloads/windows/ 3). Uninstall current version. Control Panel > Uninstall a program. 4). Install Python. C:\Users\User\AppData\Local\Programs\Python\Python39 Tick the checkbox "Add Python 3.9 to PATH" Click Install Now. 5). Run CMD in Admin mode. python -m pip install --upgrade pip python -m pip install requests python -m pip install playsound python -m pip install beautifulsoup4 11 APR 2021