Skip to content

Commit

Permalink
README file update
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Jan 20, 2024
1 parent 3289440 commit ca8103b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

# Objective

Provide a Python API for [WRENCH](https://wrench-project.org) v.2.2 (soon to be released). This API is built on top of WRENCH 2.2's [REST API](https://wrench-project.org/wrench/2.2-dev/rest_api.html).
Provide a Python API for [WRENCH](https://wrench-project.org). This API is built on top of WRENCH's [REST API](https://wrench-project.org/wrench/latest/rest_api.html).

# Dependencies and Installation

- [WRENCH 2.2](https://github.com/wrench-project/wrench) and its dependencies
- [WRENCH](https://github.com/wrench-project/wrench) and its dependencies
- You must compile/install the `wrench-daemon` target during the build process

- Run `python3 ./setup.py install` to install the WRENCH Python API.
Expand All @@ -24,6 +24,8 @@ a terminal start the `wrench-daemon` as:
wrench-daemon
```

(use `wrench-daemon --help` to see command-line options)

In another terminal, run the example simulator as:

```
Expand Down

0 comments on commit ca8103b

Please sign in to comment.