Commit bc13dae
authored
docs: Fix incorrect python package path in development.md (#4322)
The documentation for setting the PYTHONPATH in development.md points to
an incorrect directory. The python package is now located at
`build/python_packages/torch-mlir` instead of
`build/tools/torch-mlir/python_packages/torch_mlir`.
This commit corrects the path to help new users correctly set up their
environment.1 parent ed166d4 commit bc13dae
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments