Skip to content

Commit

Permalink
📚 Add Python version requirement in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alafage committed Aug 31, 2024
1 parent b978306 commit 63e1fb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 63e1fb6

Please sign in to comment.