3. Installation
To get started with Optiland, ensure you have a compatible Python version installed. Then, you can install Optiland directly from PyPI with:
pip install optiland
For the latest development version, you can clone the repository and install it locally in editable mode:
git clone https://github.com/optiland/optiland.git
cd optiland
pip install -e .
Installation details are also outlined in the main Installation section of the documentation.