Skip to main content
Visitor II
October 26, 2023
Solved

install python in stm32mp135-dk board

  • October 26, 2023
  • 1 reply
  • 2655 views

i am using stm32mp135-dk board . i have installed the  STM32MP1-Ecosystem-v5.0.0 Starter Package 

now i want to install python how i can install ?

    This topic has been closed for replies.
    Best answer by Jean-Marc B

    Hi @Pooja321 

    python is already avalaible with the Starter Package installed on your board. Just use the command:

     

    python3

     

    Best regards,

    --JM

    1 reply

    ST Employee
    October 26, 2023

    Hi @Pooja321 

    python is already avalaible with the Starter Package installed on your board. Just use the command:

     

    python3

     

    Best regards,

    --JM

    Pooja321Author
    Visitor II
    October 26, 2023

    okay thanks 

    Pooja321Author
    Visitor II
    October 28, 2023

    can you please tell me how to run guizero in stm32mp135-DK board?