@@ -19,11 +19,11 @@ This course is aimed at scientists who wish to explore the productivity gains ma
## Setting up the environment
After cloning or downloading the repository, you can create a Python environment similar to the one used on the HPC Systems at JSC using [Micromamba](https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html)([Conda](https://conda.io/projects/conda/en/latest/index.html) or [Mamba](https://mamba.readthedocs.io/en/latest/index.html) should work, too, but have not been tested). First change into the directory with the material and then execute
After cloning or downloading the repository, you can create a Python environment similar to the one used on the HPC Systems at JSC based on the packages listed in `hpcpy24.yaml`[^1] using [micromamba](https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html)([Conda](https://conda.io/projects/conda/en/latest/index.html) or [Mamba](https://mamba.readthedocs.io/en/latest/index.html) should work, too, but have not been tested). First change into the directory with the material and then execute
```bash
micromamba create -f hpcpy24.yaml
```
This downloads about 1 GB of data and creates the environment `hpc-python-2024`[^1]. Activate the environment using
This downloads about 1 GB of data and creates the environment `hpc-python-2024`. Activate the environment using