File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,6 +61,9 @@ conda activate <YOUR ENVIRONMENT NAME GOES HERE>
6161pip install pyabel==0.9
6262```
6363
64+ > [ !IMPORTANT]
65+ > For Python 3.10 and earlier, the optional dependency [ ` contextlib2 ` ] ( https://pypi.org/project/contextlib2/ ) must be installed.
66+
6467## Required Dependencies
6568XGA depends on two non-Python pieces of software:
6669* XMM's Science Analysis System (SAS) - Version 17.0.0, but other versions should be largely compatible with the
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ We also provide a Conda lock file in the conda_envs directory (see `conda-lock G
5050 conda activate <YOUR ENVIRONMENT NAME GOES HERE>
5151 pip install pyabel==0.9
5252
53+ .. important ::
54+ For Python 3.10 and earlier, the optional dependency [`contextlib2 `](https://pypi.org/project/contextlib2/) must be installed.
5355
5456Required Dependencies
5557---------------------
You can’t perform that action at this time.
0 commit comments