diff --git a/docs/source/index.rst b/docs/source/index.rst index 0c3c7994..0e2de324 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -23,6 +23,8 @@ the models and metrics implemented. Installation ^^^^^^^^^^^^ +Make sure you have Python 3.10 or later installed, as well as Pytorch (cpu or gpu). + .. parsed-literal:: pip install torch-uncertainty diff --git a/docs/source/installation.rst b/docs/source/installation.rst index e1e3348f..3014a0a6 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -13,7 +13,7 @@ folder or if you want to contribute to the project. From PyPI --------- -Check that you have PyTorch (cpu or gpu) installed on your system. Then, install +Check that you have Python 3.10 (or later) and PyTorch (cpu or gpu) installed on your system. Then, install the package via pip: .. parsed-literal::