mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
install missing stuff via sudo
This commit is contained in:
parent
99be71263a
commit
86bccff9ce
|
|
@ -3,7 +3,7 @@
|
|||
default: install test
|
||||
|
||||
install:
|
||||
pip3 install -r requirements.txt
|
||||
sudo -H pip3 install -r requirements.txt
|
||||
|
||||
test:
|
||||
ESP_PORT=/dev/ttyUSB0 ESP_CONFIG_PATH=testconfig ESP_CONFIG_FILE=testconfig.json pytest tests -v --log-cli-level=INFO
|
||||
|
|
|
|||
Loading…
Reference in a new issue