Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 366 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 366 Bytes

Satellite Makeathon

Environmental track of the TUM.ai Makeathon AI4SocialGood

Setup

git clone git@github.com/a-doering/satellite-makeathon.git
conda create -n sat python=3.8
conda activate sat
pip install --upgrade pip
pip install -r requirements.txt

# For jupyter (in vscode)
conda install -n sat ipykernel