2.3.2 Installation/Setup Instructions

  1. The ML SDK requires the Python® programming language (version 3.7 or greater) to be installed on your computer. Install Python from https://www.python.org/downloads/.

  2. Running the ML SDK using Jupyter® Notebook is recommended. You can find more on Jupyter Notebook in the next section Jupyter Notebook Basics.

    To install Jupyter Notebook, open a command prompt window on your computer, then run the following command:

    pip install notebook
  3. Next, to install the ML SDK, open a command prompt window on your computer and run the following command:

    pip install mplabml

    This command install the ML SDK and all of the required dependencies to your computer.