mirror of
https://github.com/buildwithparallel/mm-iot-sdk
synced 2026-08-10 21:27:58 -04:00
This commit introduces version 2.6.4 of the Morse Micro MM-IoT-SDK for microcontroller based platforms.
7 lines
196 B
Text
7 lines
196 B
Text
#
|
|
# Copyright 2024 Morse Micro
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
echo -e "\u001b[32mInstalling python packages.\u001b[0m"
|
|
$DRYRUNCMD pip3 install --user -q -r $SCRIPT_DIR/requirements.txt
|