Closed davideklund closed 1 year ago
In the template for Julia clases, "Setup/Installing Packages":
Say how to install packages directly in package mode without Project file.
For example:
Enter Package mode in REPL by typing ]
(@v1.6) pkg> add DataFrames
or
Using Pkg Pkg.add("DifferentialEquations")
These sections have broken out:
https://enccs.github.io/julia-intro/
Broken out sections. And issue is addressed in Developing in Julia section.
In the template for Julia clases, "Setup/Installing Packages":
Say how to install packages directly in package mode without Project file.
For example:
Enter Package mode in REPL by typing ]
(@v1.6) pkg> add DataFrames
or
Using Pkg Pkg.add("DifferentialEquations")