From a1873d2bcf989929dd51b61bcf6c6dcab2aa7192 Mon Sep 17 00:00:00 2001 From: Michal Dubovsky Date: Sun, 12 Apr 2020 22:08:10 +0200 Subject: [PATCH] Updating README --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4736b95..2f94563 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,26 @@ Still under heavy development. -Compile and run: -``` +## Compile and run: -# create directories -mkdir data/sensitive results bil +create necessary directories +``` +mkdir data/sensitive results bin +``` -# convert pickle database to txt file +convert pickle database to txt file +``` python python/ConvertPickeToTextFile.py data/sensitive/migrations.txt +``` -#compile (if this does not work, there is also CMakeLists file for cmake build) - +compile (if this does not work, there is also CMakeLists file for cmake build) +``` make +``` -# run - +run +``` python/plotting/main -c config/config_example.yml ```