Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
dubovsky14 committed Apr 12, 2020
1 parent 7291fa5 commit a1873d2
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 <path to the pickle file> 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
```

Expand Down

0 comments on commit a1873d2

Please sign in to comment.