Skip to content

Commit

Permalink
Adjust wording for python compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Morin <[email protected]>
  • Loading branch information
JeanChristopheMorinPerso committed Nov 11, 2023
1 parent b57aaab commit 7f2e9bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installation Script
===================

.. warning::
Since rez 2.114.0, only Python 3.7+ is supported by the installation script.
The install script only supports Python 3.7+.

To install rez, download the source. Then from the root directory, run::

Expand Down Expand Up @@ -39,7 +39,7 @@ It is possible to install rez with pip, like so::

.. note::
While the ``install.py`` script only supports Python 3.7+,
rez is still usable with Python when installed via pip. In other words, the API
rez is still usable with Python 2.7 when installed via pip. In other words, the API
is fully compatible with Python 2 and 3.

However, this comes with a caveat. Rez command line tools **are not guaranteed
Expand Down

0 comments on commit 7f2e9bf

Please sign in to comment.