mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-05 13:04:33 +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
|