From ca8103b45067f8b2a35d8f1dcde432770dd7f21a Mon Sep 17 00:00:00 2001 From: Henri Casanova Date: Sat, 20 Jan 2024 10:02:42 -1000 Subject: [PATCH] README file update --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a1fe82..1f75899 100755 --- a/README.md +++ b/README.md @@ -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. @@ -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: ```