Install Python

Navigate to where you downloaded the Scipy binary, and run ‘pip install --user my-scipy-binary.whl’ Install Tensorflow with ‘pip install --user --upgrade tensorflow’. This may take some time. If it appears to hang, press enter. Install Keras and Matplotlib with ‘pip install --user --upgrade keras matplotlib’. This may take some time. ................
................