From 9fc142d39b24fa5b5f2f26c3a70a888f5c7e9723 Mon Sep 17 00:00:00 2001 From: Sam Calisch <sam.calisch@cba.mit.edu> Date: Sat, 30 Sep 2017 13:32:04 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5cc6df..0f778ed 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ python setup.py install 4. (optional) If you want to see Frame3dd's native output plots and animations, install gnuplot. On mac: ``` -brew install gnuplot +brew install gnuplot --with-x11 ``` or on Linux ``` -- GitLab