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
No related branches found
No related tags found
No related merge requests found
%% Cell type:code id: tags:
``` julia
# activate local project
using Pkg
Pkg.activate(".")
```
%% Cell type:code id: tags:
``` julia
# install the packages in the local project
Pkg.add(["DifferentialEquations",
"DualNumbers",
"ForwardDiff",
"LinearAlgebra",
"Plots"])
```
%% Cell type:code id: tags:
``` julia
# load packages from local project
using DifferentialEquations
using DualNumbers
using ForwardDiff
using LinearAlgebra
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