Section outline

    • Install Anaconda from https://www.anaconda.com/products/individual.
      Use the installer that suits with your operating system (Windows / MacOS / Linux).
      If you work with Linux you'll have to change the permissions of the file after downloading to make it executable (chmod +x <filename>) and then run the installer (sh <filename>).

      Install the Orange DM suite by following the instructions on their webpage (https://orangedatamining.com/download/) for your operating system. You shall install the orange3 package inside Anaconda by essentially issuing the following commands in an Anaconda prompt window:
      conda config --add channels conda-forge
      conda install orange3