Added command in readme

This commit is contained in:
Brandon Rozek 2024-05-29 15:34:39 -04:00
parent 667eea0c70
commit 43bb036008
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480

View file

@ -4,3 +4,9 @@ This repository is mostly an experiment to help
me better understand matrix models. me better understand matrix models.
You're likely better off using [arranstewart/magic](https://github.com/arranstewart/magic). 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
```