File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ Installing the Sui Prover
2222 If you already have Python3 installed, you can check the version: ``python3 --version ``.
2323 If you need to upgrade, follow these instructions in the
2424 `Python Beginners Guide <https://wiki.python.org/moin/BeginnersGuide/Download >`_.
25- #. Next, install Java. Check your Java version: ``java -version ``.
26- If the version is < 11 , download and install Java version 11 or later from
25+ #. Next, install Java. Check your Java version: ``java -- version ``.
26+ If the version is lower than 19 , download and install Java version 19 or later from
2727 `Oracle <https://www.oracle.com/java/technologies/downloads/ >`_.
2828#. Then, install the Certora Prover: ``pip3 install certora-cli ``.
2929
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ Installing Sunbeam
2222 If you already have Python3 installed, you can check the version: ``python3 --version ``.
2323 If you need to upgrade, follow these instructions in the
2424 `Python Beginners Guide <https://wiki.python.org/moin/BeginnersGuide/Download >`_.
25- #. Next, install Java. Check your Java version: ``java -version ``.
26- If the version is < 11 , download and install Java version 11 or later from
25+ #. Next, install Java. Check your Java version: ``java -- version ``.
26+ If the version is lower than 19 , download and install Java version 19 or later from
2727 `Oracle <https://www.oracle.com/java/technologies/downloads/ >`_.
2828#. Then, install the Certora Prover: ``pip3 install certora-cli ``.
2929
You can’t perform that action at this time.
0 commit comments