Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoeilers authored Oct 16, 2024
1 parent 6716f4b commit 1ccced9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ Our CAV 2018 tool paper describing Nagini can be found `here <http://pm.inf.ethz
Dependencies (Ubuntu Linux)
===================================

Install Java 11 or newer (64 bit) and Python 3.9 (64 bit, other versions likely *will not work*) and the required libraries.
For usage with Viper's verification condition generation backend Carbon, you will also need to install Boogie (version 2.15.9).
Install Java 11 or newer (64 bit) and Python 3.9 (64 bit, other versions likely *will not work*) and the required libraries
(in particular, python3.9-dev). For usage with Viper's verification condition generation backend Carbon, you will also need
to install Boogie (version 2.15.9).

Dependencies (Windows)
==========================
Expand All @@ -26,7 +27,7 @@ Execute the following commands (on Windows, you may have to use ``cmd`` and not

1. Create a virtual environment::

virtualenv --python=python3 <env>
virtualenv --python=python3.9 <env>
2. Activate it::

Expand Down

0 comments on commit 1ccced9

Please sign in to comment.