OceanAnalysis.jl
  • Home
  • Installation
    • For users
    • For developers
  • Examples
  • Data Types
  • Function Reference
  • Changelog
  • Developer Notes
Version
  • Installation
  • Installation
GitHub

Installation methods

For users

Using the GH "main" branch version

using Pkg ; Pkg.add(url="https://github.com/dankelley/OceanAnalysis.jl")

Using the GH "develop" branch version

using Pkg ; Pkg.add(url="https://github.com/dankelley/OceanAnalysis.jl", rev="develop")

For developers

In the commandline, navigate to the local source for the library, then enter the following . Then start a Julia console and type the following.

]
develop .
« HomeExamples »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.14.1 on Tuesday 30 September 2025. Using Julia version 1.11.7.