Skip to content

Commit 09d2000

Browse files
authored
Update README.md
1 parent b5190ff commit 09d2000

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ Tested on Ubuntu.
66

77
### Build on Ubuntu
88
```bash
9-
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
10-
sudo pip install --upgrade pip
9+
sudo apt-get install -y git wget curl libssl-dev libncurses-dev flex bison gperf python3 cmake ninja-build ccache
10+
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py && \
11+
pip3 install setuptools pyserial click future wheel cryptography pyparsing pyelftools
1112
git clone https://github.com/Jason2866/esp32-arduino-lib-builder
1213
cd esp32-arduino-lib-builder
1314
./build.sh

0 commit comments

Comments
 (0)