Skip to content

Commit efd1a06

Browse files
authored
Update using-executorch-building-from-source.md (#8925)
* Update using-executorch-building-from-source.md * Update using-executorch-building-from-source.md
1 parent e2201c5 commit efd1a06

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source/using-executorch-building-from-source.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,11 @@ portability details.
8181
```
8282

8383
For development, install the package in `--editable` mode, which allows to modify Python source code and see changes reflected immediately.
84-
```
84+
```bash
8585
./install_executorch.sh --editable [--pybind xnnpack]
8686

87-
# Or you can directly do the following if dependencies are already installed.
87+
# Or you can directly do the following if dependencies are already installed
88+
# either via a previous invocation of `./install_executorch.sh` or by explicitly installing requirements via `./install_requirements.sh` first.
8889
pip install -e .
8990
```
9091

0 commit comments

Comments
 (0)