- There should be a default
Project.tomlfor your version Julia version. Project specific ones override the default one. - When everything is working the dependencies are computed from the
Project.tomlnot fromREQUIRE. You don’t need theREQUIREfile anymore. - Projects are similar to
.Rprojand other implementations. You need the whole shebang. You can download them to any directory and work with it there.