Skip to content

Commit f498fd5

Browse files
committed
Check for Python version
1 parent ae6d375 commit f498fd5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

content/setup.rst

+9-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Make sure that conda is correctly installed:
2222
.. code-block:: console
2323
2424
$ conda --version
25-
$ # should give something like conda 24.11.2
25+
conda 24.11.2
2626
2727
With conda installed, install the required dependencies by running:
2828

2929
.. code-block:: console
3030
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
3232
3333
This will create a new environment ``pyhpda`` which you need to activate by:
3434

@@ -43,6 +43,13 @@ This will create a new environment ``pyhpda`` which you need to activate by:
4343
..
4444
.. $ conda install -c conda-forge mpi4py
4545
46+
Ensure that the Python version is fairly recent:
47+
48+
.. code-block:: console
49+
50+
$ python --version
51+
Python 3.12.8
52+
4653
Finally, open Jupyter-Lab in your browser:
4754

4855
.. code-block:: console

0 commit comments

Comments
 (0)