We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd8eef commit 95bbe23Copy full SHA for 95bbe23
README.md
@@ -104,7 +104,7 @@ More strategies may be added in a future release.
104
105
JuliaPkg looks for `juliapkg.json` files in many locations, namely:
106
- `{project}/pyjuliapkg` where project is as above (depending on your environment).
107
-- Every directory and direct sub-directory in `sys.path`.
+- Every installed package (looks through `sys.path` and `sys.meta_path`).
108
109
The last point means that if you put a `juliapkg.json` file in a package, then install that
110
package, then JuliaPkg will find those dependencies and install them.
0 commit comments