Installation Guide ========================== Basic Installation ------------------------------ You can install PADO via pip: .. code-block:: bash pip install pado-optics Or via conda: .. code-block:: bash conda install -c conda-forge pado-optics Or install directly from GitHub: .. code-block:: bash pip install git+https://github.com/shwbaek/pado.git For development installation: .. code-block:: bash 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 :doc:`api/index` for detailed documentation 2. Explore the :doc:`examples/index` for practical examples 3. Read the :doc:`license` for usage terms