Skip to content

Commit

Permalink
Update setup.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrretl authored May 15, 2024
1 parent cdefecf commit d5bd0d9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _includes/swc/setup.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{% comment %}
{% assign curricula = "swc-gapminder|swc-inflammation" | split: "|" %}
{% unless curricula contains site.curriculum %}
{% include warning-curriculum.html %}
Expand All @@ -6,16 +7,16 @@
{% include install_instructions/shell.html %}
{% include install_instructions/git.html %}
{% include install_instructions/editor.html %}

{% endcomment %}
{% if site.flavor == "r" %}
{% include install_instructions/r.html %}
{% elsif site.flavor == "python" %}
{% include install_instructions/python.html %}
{% elsif site.flavor == "sql" %}
{% include install_instructions/sql.html %}
{% elsif site.flavor == "FIXME" %}
{% include install_instructions/r.html %}
{% include install_instructions/python.html %}
{% else %}
{% include warning-flavor.html %}
{% endif %}

{% include install_instructions/sql.html %}

0 comments on commit d5bd0d9

Please sign in to comment.