Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 603 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 603 Bytes

Urban Agriculture in Milano, Italy

Over the course of the next 8 weeks, this project will focused on urban farming in Milan, Italy. This initiative aims to explore sustainable agricultural practices within an urban settings.

Prerequisites

  • Install Dependencies: conda env create -f requirements.yml
  • Activate Environment: conda activate ipaua
  • Verify the Installation: conda list
  • If you encounter issues, you might need to install and use ipykernel
    • conda install -n ipaua ipykernel
    • python -m ipykernel install --user --name ipaua --display-name "Python (ipaua)"