Installation Guide

Basic Installation

You can install PADO via pip:

pip install pado-optics

Or via conda:

conda install -c conda-forge pado-optics

Or install directly from GitHub:

pip install git+https://github.com/shwbaek/pado.git

For development installation:

git clone https://github.com/shwbaek/pado.git
cd pado

Dependencies

PADO requires the following dependencies:

  • Python 3.9 or higher

  • PyTorch 1.10.0 or higher

  • NumPy 1.16.0 or higher

  • Matplotlib 3.3.0 or higher

  • SciPy 1.0.0 or higher


After installation, you can:

  1. Check out the API Reference for detailed documentation

  2. Explore the Examples for practical examples

  3. Read the License for usage terms