File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ Make sure that conda is correctly installed:
22
22
.. code-block :: console
23
23
24
24
$ conda --version
25
- $ # should give something like conda 24.11.2
25
+ conda 24.11.2
26
26
27
27
With conda installed, install the required dependencies by running:
28
28
29
29
.. code-block :: console
30
30
31
- $ conda env create -f https://raw.githubusercontent.com/ENCCS/hpda-python/main/content/env/environment.yml
31
+ $ conda env create --yes - f https://raw.githubusercontent.com/ENCCS/hpda-python/main/content/env/environment.yml
32
32
33
33
This will create a new environment ``pyhpda `` which you need to activate by:
34
34
@@ -43,6 +43,13 @@ This will create a new environment ``pyhpda`` which you need to activate by:
43
43
..
44
44
.. $ conda install -c conda-forge mpi4py
45
45
46
+ Ensure that the Python version is fairly recent:
47
+
48
+ .. code-block :: console
49
+
50
+ $ python --version
51
+ Python 3.12.8
52
+
46
53
Finally, open Jupyter-Lab in your browser:
47
54
48
55
.. code-block :: console
You can’t perform that action at this time.
0 commit comments