From 2398511028c98ec4ca87d5c50773052b2e2cc4ac Mon Sep 17 00:00:00 2001 From: Noah Benson Date: Wed, 8 May 2024 12:53:42 -0700 Subject: [PATCH] fixing setup.html file --- _includes/swc/setup.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_includes/swc/setup.html b/_includes/swc/setup.html index f6eefa3..31098f5 100644 --- a/_includes/swc/setup.html +++ b/_includes/swc/setup.html @@ -11,6 +11,9 @@ {% include install_instructions/r.html %} {% elsif site.flavor == "python" %} {% include install_instructions/python.html %} +{% elsif site.flavor == "both" %} +{% include install_instructions/python.html %} +{% include install_instructions/r.html %} {% elsif site.flavor == "FIXME" %} {% include install_instructions/r.html %} {% include install_instructions/python.html %}