diff --git a/README.md b/README.md index 3b2ddc0..eca4da8 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ Slurm and LSF are supported, Kubernetes/OpenShift and PBS coming soon. From version 0.3 on the current iterate can be used using `iterate-classig`. Here are some usage examples #### Prerequisites -mkdir deleteme.iterate -cd deleteme.iterate -python -m venv .venv -source ./venv/bin/activate -wget https://raw.githubusercontent.com/terrastackai/iterate/refs/heads/main/examples/bumpy_function.py -wget https://raw.githubusercontent.com/terrastackai/iterate/refs/heads/main/examples/bumpy_hpo.yaml -pip install terratorch-iterate==0.3 +mkdir deleteme.iterate +cd deleteme.iterate +python -m venv .venv +source ./venv/bin/activate +wget https://raw.githubusercontent.com/terrastackai/iterate/refs/heads/main/examples/bumpy_function.py +wget https://raw.githubusercontent.com/terrastackai/iterate/refs/heads/main/examples/bumpy_hpo.yaml +pip install terratorch-iterate==0.3 #### Run locally ``` @@ -211,4 +211,4 @@ terratorch-iterate provides an utility to convert terratorch's config file into For instance, this is an example of such command: ```shell python3 build_geobench_configs.py --input_dir /Users/john/terratorch/examples/confs/geobenchv2_detection --output_dir /Users/john/terratorch-iterate/benchmark/config_util --template geobenchv2_template.yaml --prefix my_prefix_ -``` \ No newline at end of file +```