From 372c9c40485f34925de501b5f3809d073b15b4f3 Mon Sep 17 00:00:00 2001 From: NotPike <18655435+notpike@users.noreply.github.com> Date: Fri, 7 Jul 2023 19:27:07 -0700 Subject: [PATCH] oops :/ --- Compile-firmware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compile-firmware.md b/Compile-firmware.md index e7e164e..1d3bdf3 100644 --- a/Compile-firmware.md +++ b/Compile-firmware.md @@ -159,7 +159,7 @@ some compiling errors to check it's better to call it without '-j 8') ## 1. Update a Debian based OS, install cmake, python, pyyaml sudo apt-get update - sudo apt-get install -y git tar wget dfu-util cmake python3 bzip2 lz4 curl hackrf python3-distutils python3-setuptools python3-pip + sudo apt-get install -y git tar wget dfu-util cmake python3 bzip2 lz4 curl hackrf python3-distutils python3-setuptools curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py; python3 get-pip.py pip install pyyaml