Skip to content

Commit 63a7431

Browse files
authored
Revise Ubuntu build instructions in README
Updated installation instructions for Ubuntu to include necessary package updates and installation of 'uv'.
1 parent 4bfc475 commit 63a7431

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ Tested on Ubuntu and MacOS.
66

77
### Build on Ubuntu
88
```bash
9-
sudo apt-get install git wget curl libssl-dev libncurses-dev flex bison gperf python python-pip python-setuptools python-serial python-click python-cryptography python-future python-pyparsing python-pyelftools cmake ninja-build ccache jq
10-
sudo pip install --upgrade pip
9+
sudo apt update
10+
sudo apt install -y git wget curl libssl-dev libncurses-dev flex bison gperf python-setuptools gperf cmake ninja-build ccache jq xz-utils
11+
curl -LsSf https://astral.sh/uv/install.sh | sh
12+
uv venv
13+
uv pip install future pyelftools
1114
git clone https://github.com/espressif/esp32-arduino-lib-builder
1215
cd esp32-arduino-lib-builder
1316
./build.sh

0 commit comments

Comments
 (0)