diff --git a/README.md b/README.md index 4eae35b1d437737babe314b2f664c2dfe2865460..b2af7fafc10bd7d011c6c86ba2f5aad19221ca9b 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 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391