Skip to content

Commit f599c9f

Browse files
committed
Readme
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 73981c2 commit f599c9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ To work around this limitation, a symlink is used. With this symlink and this pa
88

99
```toml
1010
[tool.setuptools.package-dir]
11-
...
11+
# ...
1212
"executorch" = "src/executorch"
1313
```
14-
We are telling `pip install -e .` to treat `src/executorch` as the root of the `executorch` package and hence mapping `executorch.exir` to `src/executorch/exir`.
14+
We are telling `pip install -e .` to treat `src/executorch` as the root of the `executorch` package and hence mapping `executorch.*.*` to `src/executorch/*/*`. This effectively gets modules like `exir` out from the root level package.
1515

1616
This allows us to perform `pip install -e .` successfully and enables the execution of the following command:
1717

0 commit comments

Comments
 (0)