Skip to content

Commit

Permalink
Added simple makefile usage information
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaszanas committed Jun 8, 2022
1 parent a775f0d commit 65aab67
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ In order to specify different processing flags for https://github.com/Kaszanas/S

## Usage

### Using Docker

1. Build the docker image from: https://github.com/Kaszanas/SC2InfoExtractorGo
2. Run the commands as described in the ```Makefile```. But first make sure that all of the script parameters are set according to your needs.

### Using Scripts

Before using this software please install Python >= 3.10 and ```requirements.txt```.

Please keep in mind that ```src/directory_flattener.py``` does not contain default flag values and can be customized with the following command line flags:
Expand Down

0 comments on commit 65aab67

Please sign in to comment.