ElectroPhysiology.jl logo
ElectroPhysiology.jl
  • Introduction
  • Installation
    • Recommended: Use a Dedicated Environment
    • Install ElectroPhysiology.jl
    • Optional Companion Packages
  • Tutorial
  • API Reference
  • Reorganization Plan
  • Roadmap
Version
  • Installation
  • Installation


Installation

Recommended: Use a Dedicated Environment

Using a dedicated environment avoids dependency conflicts.

using Pkg
Pkg.activate("Analysis")

Run Pkg.activate("Analysis") each session before loading packages.

Install ElectroPhysiology.jl

using Pkg
Pkg.add("ElectroPhysiology")

Optional Companion Packages

using Pkg
Pkg.add("PhysiologyAnalysis")
Pkg.add("PhysiologyPlotting")

See also: Tutorial, API Reference.

« IntroductionTutorial »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.17.0 on Thursday 12 March 2026. Using Julia version 1.12.5.