Installation/Setup Instructions

  1. The SensiML Python SDK requires python version 3.7 or greater to be installed on your computer. Install python from https://www.python.org/downloads/

  2. We recommend running the SensiML Python SDK using Jupyter Notebook. Install Jupyter Notebook by opening a command prompt window on your computer and run the following command

    pip install notebook
    

    Note

    You can find more on Jupyter Notebook in the next section Jupyter Notebook Basics

  3. Next, to install the SensiML Python SDK open a command prompt window on your computer and run the following command

    pip install SensiML
    

    This command will install the SensiML Python SDK and all of the required dependencies to your computer. For more information on the dependencies you can visit the SensiML PyPI page at https://pypi.org/project/SensiML/