Installation ============ This section provides instructions on how to install the software. Requirements ------------ The software requires the following: - Python 3.9 or higher - pandas 2.1.4 - numpy 1.25.0 or higher - sqlalchemy 1.4.0 or higher - cattle_lca 0.3.1 - sheep_lca 0.3.1 - catchment_data_api 0.1.0 or higher Install with pip ---------------- You can install the package using pip: ```bash pip install grassland_production ``` Install from Source ------------------- To install from source using pip and git: ```bash pip install git+https://github.com/GOBLIN-Proj/grassland_production.git@main ```