From b4d7c07998bcf92f33493ee10c0965f87957fa1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Madon?= <mael.madon@irit.fr> Date: Mon, 17 Apr 2023 15:13:37 +0200 Subject: [PATCH] finish packaging and update readme --- README.md | 19 ++++++++++++++++++- batmenTools/__init__.py | 0 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 batmenTools/__init__.py diff --git a/README.md b/README.md index 4eae35b..b2af7fa 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ # Batmen Tools -Set of useful tools to set up experiements with batmen like workload generation from swf files. \ No newline at end of file +Set of useful tools to set up experiements with batmen like workload generation from swf files. + +## Install +You can either directly execute the scripts you want do use, or install the package with + +``` +pip install . +``` + +or + +``` +pip install git+https://gitlab.irit.fr/sepia-pub/mael/batmen-tools.git +``` + +## Dependancies +- pandas +- numpy \ No newline at end of file diff --git a/batmenTools/__init__.py b/batmenTools/__init__.py new file mode 100644 index 0000000..e69de29 -- GitLab