Specifying package dependencies for an "application"

How do I specify the dependencies of a application (or a program … something that is not a package that will be distributed), so that all the dependent packages can be easily (and automatically) installed in a new environment.

Reading some of the other threads, I get the impression that I should be able to do this by creating a Manifest.toml file, but I could not find the documentation regarding this.

See the excellent Pkg docs here:

https://julialang.github.io/Pkg.jl/v1/

1 Like

Thanks! The page on working with environments gives exactly what I wanted.

1 Like