From 43bb03600846e5605b08f263356b33900159011e Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Wed, 29 May 2024 15:34:39 -0400 Subject: [PATCH] Added command in readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6e0ed93..0c12b56 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,9 @@ This repository is mostly an experiment to help me better understand matrix models. You're likely better off using [arranstewart/magic](https://github.com/arranstewart/magic). + +We support output from magic using the ugly data format. + +``` +python3 parse_magic.py < UGLY_FILE_FROM_MAGIC +```