mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-23 18:37:21 +08:00
8 lines
99 B
Bash
8 lines
99 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -x -e
|
||
|
|
||
|
sudo apt-get install python3 python3-pip
|
||
|
|
||
|
pip3 install -r requirements.txt
|