Reputation: 21
I'm trying to setup the julia code here: https://github.com/SMuscimol/multiDchaos. Although I'm not sure how to include the repositories "RateNet", "AdaptiveNet" and "MyTools" in my .juliarc. Any help would be really appreciated!
Upvotes: 2
Views: 83
Reputation: 91
From what I understand from this post, .juliarc files are deprecated, and you should be modifying the startup.jl file instead. The multiDchaos readme should probably be updated accordingly – it looks like it initially was developed on Julia 0.7, when .juliarc files were still around.
As to how you can add the local packages, you can use Julia's built-in package manager. See here. Cheers and best of luck!
Upvotes: 3