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 7d5d40b commit b82babdCopy full SHA for b82babd
src/finch/julia.py
@@ -1,6 +1,7 @@
1
import juliapkg
2
#To change the version of Finch used, see the documentation for pyjuliapkg here: https://github.com/JuliaPy/pyjuliapkg
3
#Use pyjuliapkg to modify the `juliapkg.json` file in the root of this repo.
4
+#You can also run `develop.py` to quickly use a local copy of Finch.jl.
5
#An example development json is found in `juliapkg_dev.json`
6
import juliacall as jc # noqa
7
0 commit comments