We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
paper-template/programs/packages.jl
Line 11 in 282e660
The text was updated successfully, but these errors were encountered:
using Pkg Pkg.generate . Pkg.activate . dependencies = [ "IJulia", "Genie" ] Pkg.add(dependencies)
(authors then provide the Project. TOML file)
using Pkg Pkg.activate . Pkg.instantiate()
Sorry, something went wrong.
https://pkgdocs.julialang.org/v1.2/environments/
larsvilhuber
No branches or pull requests
paper-template/programs/packages.jl
Line 11 in 282e660
The text was updated successfully, but these errors were encountered: