Skip to content

Commit d1bfbc7

Browse files
jdelguerrerogkaf89
authored andcommitted
Modify the Python version required for the repository setup. It was outdated (v 3.8). The actual required version is 3.11
1 parent 66c260e commit d1bfbc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ $ pip install --requirement requirements.txt
3333
If your system Python is not compatible with the required packages, we suggest that you install Python in a Conda environment using the [Micromamba](https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html) package manager for Conda.
3434

3535
- Begin by [installing the Micromamba package manager](https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html).
36-
- Install Python 3.8 in a new environment.
36+
- Install Python 3.11 in a new environment.
3737
```
3838
$ micromamba env create --name ulhpc-docs-python
39-
$ micromamba install python=3.8 --channel conda-forge --name ulhpc-docs-python
39+
$ micromamba install python=3.11 --channel conda-forge --name ulhpc-docs-python
4040
```
4141
- You now have 2 options. First options is to install the required python packages directly in the Conda environment.
4242
```

0 commit comments

Comments
 (0)