File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7878cd TrixiParticles.jl
7979mkdir run
8080julia --project=run -e ' using Pkg; Pkg.develop(PackageSpec(path="."))' # Add TrixiParticles.jl to `run` project
81- julia --project=run -e ' using Pkg; Pkg.add("OrdinaryDiffEq", "Plots")' # Add additional packages
81+ julia --project=run -e ' using Pkg; Pkg.add([ "OrdinaryDiffEq", "Plots"] )' # Add additional packages
8282```
8383
8484If you installed TrixiParticles.jl this way, you always have to start Julia with the
Original file line number Diff line number Diff line change 2525cd TrixiParticles.jl
2626mkdir run
2727julia --project=run -e ' using Pkg; Pkg.develop(PackageSpec(path="."))' # Add TrixiParticles.jl to `run` project
28- julia --project=run -e ' using Pkg; Pkg.add("OrdinaryDiffEq", "Plots")' # Add additional packages
28+ julia --project=run -e ' using Pkg; Pkg.add([ "OrdinaryDiffEq", "Plots"] )' # Add additional packages
2929```
3030
3131If you installed TrixiParticles.jl this way, you always have to start Julia with the
You can’t perform that action at this time.
0 commit comments