2.3.2 Installation/Setup Instructions
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/.
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
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.