From 9d1824d2622cc1488caeee1b44eec8c38f1f5fd3 Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Fri, 7 Feb 2020 22:10:28 -0500
Subject: added requisite libs/programs to README
---
README | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
(limited to 'README')
diff --git a/README b/README
index d7d1fa8..186cfb9 100644
--- a/README
+++ b/README
@@ -6,7 +6,19 @@ Contains some .tex files for generating the report in plain TeX and .py files fo
## Compiling
-Run `make` to build with the portable Makefile that requires python3, gs (ghostscript), and pdftex in the PATH
+Requisites:
+
+- GNU Make
+
+- Python3
+
+- PDFTeX
+
+- Color.tex (usually preinstalled)
+
+- SciPy, Matplotlib, numpy (Python libraries)
+
+Run `make` in the toplevel directory to build with the GNU Makefile.
## Results
--
cgit