Skip to content

Commit 95bbe23

Browse files
author
Christopher Doris
committed
update readme
1 parent 8bd8eef commit 95bbe23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ More strategies may be added in a future release.
104104

105105
JuliaPkg looks for `juliapkg.json` files in many locations, namely:
106106
- `{project}/pyjuliapkg` where project is as above (depending on your environment).
107-
- Every directory and direct sub-directory in `sys.path`.
107+
- Every installed package (looks through `sys.path` and `sys.meta_path`).
108108

109109
The last point means that if you put a `juliapkg.json` file in a package, then install that
110110
package, then JuliaPkg will find those dependencies and install them.

0 commit comments

Comments
 (0)