Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 319 Bytes

getting_started.md

File metadata and controls

11 lines (8 loc) · 319 Bytes

Getting Started

To install IncompressibleNavierStokes, open up a Julia-REPL, type ] to get into Pkg-mode, and type:

add IncompressibleNavierStokes

which will install the package and all dependencies to your local environment. Note that IncompressibleNavierStokes requires Julia version 1.9 or above.