INSTALL PYTHON:

1. Download python (python 3.8.10)
2. Install for all users (with admin rights)
3. Tick the check box "Add to path"
4. Tick the check box "Install for all users"
5. Open command prompt and write:
   > pip install pymysql
6. Paste the code into python. Use a python ide or
   type "Python" in command prompt and paste.



INSTALL R:

You can find instructions for installing R and R-studio on the R-studio homepage.