Closed ccshao closed 5 years ago
Sometimes I need to install a modified julia module, and currently julia_install_package only accepts the package name. Could you kindly add a feature taking a module url as well in julia_install_package?
julia_install_package
Thanks!
Thanks for the feedback! JuliaCall on the master should b able to accept things such as Github URLs. Also, I will try to make a new release.
Thanks very much for the quick update, the github version works with url.
Sometimes I need to install a modified julia module, and currently
julia_install_package
only accepts the package name. Could you kindly add a feature taking a module url as well injulia_install_package
?Thanks!