Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Andriushchenko committed Dec 21, 2023
1 parent 57580ff commit 648e4db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ git clone https://github.com/randriu/synthesis.git synthesis
cd synthesis
```

PAYNT requires [Storm](https://github.com/moves-rwth/storm) and the [Stormpy](https://github.com/moves-rwth/stormpy), Python bindings for Storm
PAYNT requires [Storm](https://github.com/moves-rwth/storm) and [Stormpy](https://github.com/moves-rwth/stormpy), Python bindings for Storm
If you have Stormpy installed (e.g. within a Python environment), PAYNT and its dependencies can be installed by

```shell
Expand All @@ -35,7 +35,7 @@ cd ..
python3 paynt.py --help
```

If you do not have Stormpy installed, you can run the installation script `install.sh` to install Storm, Stormpy and other required dependencies. Complete compilation might take up to an hour. The python environment will be available in `prerequisistes/venv`:
If you do not have Stormpy installed, you can run the installation script `install.sh` to install Storm, Stormpy and other required dependencies. Complete compilation might take up to an hour. The Python environment will be available in `prerequisistes/venv`:

```shell
./install.sh
Expand Down Expand Up @@ -106,7 +106,7 @@ python3 paynt.py --project models/pomdp/storm-integration/4x3-95 --fsc-synthesis
python3 paynt.py --project models/pomdp/storm-integration/rocks-12 --fsc-synthesis --storm-pomdp --get-storm-result 0
```

The python environment can be deactivated by runnning
The Python environment can be deactivated by runnning
```sh
deactivate
```
Expand All @@ -127,7 +127,7 @@ Finally, the last argument specifies the selected synthesis method: `hybrid`.

## Getting started with PAYNT

Having the tool installed, you can quickly test it by navigating to the tool folder, activating the python environment and asking PAYNT to evaluate a simple synthesis problem:
Having the tool installed, you can quickly test it by navigating to the tool folder, activating the Python environment and asking PAYNT to evaluate a simple synthesis problem:

```sh
cd /home/cav21/synthesis
Expand Down

0 comments on commit 648e4db

Please sign in to comment.