Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/move/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Installing the Sui Prover
If you already have Python3 installed, you can check the version: ``python3 --version``.
If you need to upgrade, follow these instructions in the
`Python Beginners Guide <https://wiki.python.org/moin/BeginnersGuide/Download>`_.
#. Next, install Java. Check your Java version: ``java -version``.
If the version is < 11, download and install Java version 11 or later from
#. Next, install Java. Check your Java version: ``java --version``.
If the version is lower than 19, download and install Java version 19 or later from
`Oracle <https://www.oracle.com/java/technologies/downloads/>`_.
#. Then, install the Certora Prover: ``pip3 install certora-cli``.

Expand Down
4 changes: 2 additions & 2 deletions docs/sunbeam/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Installing Sunbeam
If you already have Python3 installed, you can check the version: ``python3 --version``.
If you need to upgrade, follow these instructions in the
`Python Beginners Guide <https://wiki.python.org/moin/BeginnersGuide/Download>`_.
#. Next, install Java. Check your Java version: ``java -version``.
If the version is < 11, download and install Java version 11 or later from
#. Next, install Java. Check your Java version: ``java --version``.
If the version is lower than 19, download and install Java version 19 or later from
`Oracle <https://www.oracle.com/java/technologies/downloads/>`_.
#. Then, install the Certora Prover: ``pip3 install certora-cli``.

Expand Down