Installation¶
From PyPI¶
Install ocha-lens using pip:
pip install ocha-lens
Development Installation¶
For development, install from source:
Clone the repository:
git clone https://github.com/OCHA-DAP/ocha-lens.git
cd ocha-lens
Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
Install development dependencies:
pip install -e ".[dev]"
Environment Configuration¶
Dependencies¶
ocha-lens requires Python 3.10 or later and depends on:
pandas
xarray
netcdf4
These will be installed automatically when you install ocha-lens.