Skip to content

Commit

Permalink
Revert "Add a management command to recompile the Kaitai structs."
Browse files Browse the repository at this point in the history
This reverts commit 6ecb0e4.
  • Loading branch information
n-rook committed Dec 27, 2023
1 parent 6f74ddf commit d835cdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ We use Black, the Python formatting tool, to format our code automatically. As s

### Generating the replay parsers

Start by installing `kaitai-struct-compiler`. Once it is installed,
run `python manage.py kaitai_struct_compile`. Or, directly run the compiler: Navigate to `project/thscoreboard/replays/kaitai_parsers` and run `kaitai-struct-compiler -t python ../../../../ref/threp-ksy/*.ksy` (note that you don't need to change the slashes to backslashes to run this on Windows).
Start by installing `kaitai-struct-compiler`. Then, navigate to `project/thscoreboard/replays/kaitai_parsers` and run `kaitai-struct-compiler -t python ../../../../ref/threp-ksy/*.ksy` (note that you don't need to change the slashes to backslashes to run this on Windows).

### Database configuration

Expand Down

This file was deleted.

0 comments on commit d835cdc

Please sign in to comment.