Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 361 Bytes

File metadata and controls

15 lines (11 loc) · 361 Bytes
# Make sure you have a recent version of gcc in your environment
# Make sure your python includes cpython (if you do not use uv's python)

# install uv 
# Suggested solution for HPC systems:
%>curl -LsSf https://astral.sh/uv/install.sh | sh
 
# git clone / fork WeatherGenerator repo
%>cd WeatherGenerator
%>./scripts/actions.sh sync
 
 
%>uv run train