I am trying to download and install dependencies for a Julia project that's not in the package registry. It has a manifest and project file. How do I get all of the packages it depends on to download at once using the Julia Package manager?
Your package requirements are in the file ~/. julia/v0.
git clone https://github.com/RandomUser/Unregistered.jl
pkg> activate Unregistered.jl
pkg> instantiate
Once the package is set up, you can use the package normally. You can load the package:
julia> using Unregistered
Or even run its test suite:
pkg> test
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With