Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Installing Python 3.5

Alan Yorinks edited this page Apr 20, 2019 · 6 revisions

To install Python 3.5 or Greater, go to the Python home page, and download the 3.x distribution for your operating system.

If you have Python 2.7 installed, you do not need to remove it.

You must use Python 3.5 to run s2aio

During the installation process, if there is a checkbox to add Python 3.5 to your path, make sure it is checked before proceeding with the installation.

Click on "Install Now".

After installation, open a command window and type: python -V. You should see Python 3.5.0 or something similar.