If you have cloned a repo that declares it’s dependencies, you can just use Pkg.instantiate()
and it will install the correct versions of everything.
3 Likes
If you have cloned a repo that declares it’s dependencies, you can just use Pkg.instantiate()
and it will install the correct versions of everything.