I am trying to import a module from another file to my program (i.e. my program and my module is not in the same folder)
Can I do that or do I have to install my own package?
If so, how can I do that?
Thanks
I am trying to import a module from another file to my program (i.e. my program and my module is not in the same folder)
Can I do that or do I have to install my own package?
If so, how can I do that?
Thanks
include(“path_to/myModule.jl”)
using .myModule