File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ Tested on Ubuntu.
6
6
7
7
### Build on Ubuntu
8
8
``` 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
11
12
git clone https://github.com/Jason2866/esp32-arduino-lib-builder
12
13
cd esp32-arduino-lib-builder
13
14
./build.sh
You can’t perform that action at this time.
0 commit comments