Skip to content

Commit

Permalink
Update README.md (#170)
Browse files Browse the repository at this point in the history
Instructions needed clarification for esp-idf's venv
  • Loading branch information
alyssadev authored Jul 12, 2024
1 parent c2f7bdc commit 1b07a9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,11 @@ See running the CLI for information on how to run cspot on a desktop computer.
The ESP32 target is built using the [esp-idf](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html) toolchain

```shell
# Follow the instructions for setting up esp-idf for your operating system, up to `. ./export.sh` or equivalent
# esp-idf has a Python virtualenv, install nanopb's dependencies in it
$ pip3 install protobuf grpcio-tools
# update submodules after each code pull to avoid build errors
$ git submodule update
$ git submodule update --init --recursive
# navigate to the targets/esp32 directory
$ cd targets/esp32
# run once after pulling the repo
Expand Down

0 comments on commit 1b07a9c

Please sign in to comment.