Methane plume detection in hyper-spectral satellite images
Use Python 3.11 for the current requirements.
- Clone the repo and navigate to the SatML directory
- Create virtual environment:
- On Linux:
python3.11 -m venv venv
- On Windows:
py -3.11 -m venv venv
- On Linux:
- Activate the virtual environment and set up requirements
- On Linux:
source venv/bin/activate
- On Windows:
venv/scripts/activate
- On Linux:
- Update pip and install requirements
pip install --upgrade pip pip install -r requirements.txt