Skip to content
Snippets Groups Projects
Commit 8177fc00 authored by Olivier Cots's avatar Olivier Cots
Browse files

add install packages for tp

parent bc3e0580
Branches
No related tags found
No related merge requests found
%% Cell type:code id: tags: %% Cell type:code id: tags:
``` julia ``` julia
# activate local project # activate local project
using Pkg using Pkg
Pkg.activate(".") Pkg.activate(".")
``` ```
%% Cell type:code id: tags: %% Cell type:code id: tags:
``` julia ``` julia
# install the packages in the local project # install the packages in the local project
Pkg.add(["DifferentialEquations", Pkg.add(["DifferentialEquations",
"DualNumbers", "DualNumbers",
"ForwardDiff", "ForwardDiff",
"LinearAlgebra", "LinearAlgebra",
"Plots"]) "Plots"])
``` ```
%% Cell type:code id: tags: %% Cell type:code id: tags:
``` julia ``` julia
# load packages from local project # load packages from local project
using DifferentialEquations using DifferentialEquations
using DualNumbers using DualNumbers
using ForwardDiff using ForwardDiff
using LinearAlgebra using LinearAlgebra
using Plots using Plots
``` ```
%% Cell type:code id: tags:
``` julia
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment