Installation#

To install pyzernike, you can use the following command:

pip install pyzernike-polynomials

Or install it directly from the GitHub repository using:

pip install git+https://github.com/Artezaru/pyzernike.git

Development Installation#

To install the package for development, first clone the repository using:

git clone https://github.com/Artezaru/pyzernike.git

Then, go to the directory and run the following command:

pip install -e .

Use -e .[dev] to install it with the development dependencies.