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:
Check out the API Reference for detailed documentation
Explore the Examples for practical examples
Read the License for usage terms