Software Installation Guide#

  1. (Optional but recommended) install conda and create a virtual environment

    conda create -y -n waveorder python=3.12
    conda activate waveorder
    
  2. Install waveorder:

    pip install waveorder
    
  3. To use the GUI: open napari with waveorder:

    napari -w waveorder
    
  4. View command-line help by running

    waveorder
    
  5. To acquire data via Micro-Manager`, follow the microscope installation guide.