causticsEngineering
causticsEngineering copied to clipboard
CausticsEngineering (not found in project, manifest or registry)
Just a complete Julia newbie here who was amazed with the project.. As titled, I came across the error of "CausticsEngineering (not found in project, manifest or registry)" when I ran: _include("C:\Users\xxxxxx\Desktop\run.jl"). Any idea what I should do now? Thanks in advance!
i have no knowledge about Julia but when I when I changed partially run.jl to
using Pkg Pkg.instantiate()
include("src\CausticsEngineering.jl")
using Images, .CausticsEngineering ...
it started working. Or at least it does something, not sure :) . Mind the dot in the module name.