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.
- 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)"