Update Python on JSC machines authored by Johannes Keller's avatar Johannes Keller
...@@ -4,12 +4,11 @@ There are two main recommendations for using Python on JSC machines: ...@@ -4,12 +4,11 @@ There are two main recommendations for using Python on JSC machines:
2. Use Python virtual environments on `$PROJECT` or `$SCRATCH` 2. Use Python virtual environments on `$PROJECT` or `$SCRATCH`
For start-up it is beneficial to run the following `module` commands For start-up it is beneficial to run the following `module` commands
``` ```bash
module load Python module load Python
module load SciPy-Stack module load SciPy-Stack
```
and for graphics # Plotting
```
module load matplotlib module load matplotlib
module load PyQt5 module load PyQt5
``` ```
... ...
......