Skip to content

Commit f6a8974

Browse files
authored
Update README.md
1 parent 04555ed commit f6a8974

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ This repository contains the scripts that produce the libraries included with Ta
44

55
### Build on Ubuntu
66
```bash
7-
sudo apt-get install git wget curl libssl-dev libncurses-dev flex bison gperf python3 python3-pip python3-setuptools python3-serial python3-click python3-cryptography python3-future python3-pyparsing python3-pyelftools cmake ninja-build ccache jq p7zip-full
8-
sudo pip3 install --upgrade pip3
7+
sudo apt update && sudo apt install -y git wget curl libssl-dev libncurses-dev flex bison gperf python3 cmake ninja-build ccache
8+
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py && \
9+
pip3 install setuptools pyserial click future wheel cryptography pyparsing pyelftools
910
git clone https://github.com/Jason2866/esp32-arduino-lib-builder
1011
cd esp32-arduino-lib-builder
1112
./build.sh

0 commit comments

Comments
 (0)