Installation ============ To install ``pyzernike``, you can use the following command: .. code-block:: bash pip install pyzernike-polynomials Or install it directly from the GitHub repository using: .. code-block:: bash pip install git+https://github.com/Artezaru/pyzernike.git Development Installation ------------------------------ To install the package for development, first clone the repository using: .. code-block:: bash git clone https://github.com/Artezaru/pyzernike.git Then, go to the directory and run the following command: .. code-block:: bash pip install -e . Use ``-e .[dev]`` to install it with the development dependencies.