Update Python on JSC machines authored by Johannes Keller's avatar Johannes Keller
......@@ -3,7 +3,7 @@ There are two main recommendations for using Python on JSC machines:
1. Use the `module` environment to load major Python modules: https://apps.fz-juelich.de/jsc/hps/jureca/compile.html#python
2. Use Python virtual environments on `$PROJECT` or `$SCRATCH`
For start-up it is beneficial to run the following `module` commands
For starting up Python on JSC machines, run the following `module` commands
```bash
module load Python
module load SciPy-Stack
......
......