Skip to content

Commit 93e5ca5

Browse files
authored
Update setup.html
1 parent 318a9d4 commit 93e5ca5

File tree

1 file changed

+5
-22
lines changed

1 file changed

+5
-22
lines changed

_includes/swc/setup.html

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,21 @@
1+
{% comment %}
12
{% assign curricula = "swc-gapminder|swc-inflammation" | split: "|" %}
23
{% unless curricula contains site.curriculum %}
34
{% include warning-curriculum.html %}
45
{% endunless %}
5-
66
{% include install_instructions/shell.html %}
7-
8-
<br/>
9-
<div class="alert alert-warning">
10-
<h4>Note for Windows Users</h4>
11-
<ul>
12-
<li>If you have used <strong>Windows Subsystem for Linux ("WSL2")</strong> please open your Ubuntu bash terminal and follow the <strong>Linux</strong> instructions for each of the software packages below.</li>
13-
<li>If not, please follow the <strong>Windows</strong> instructions.</li>
14-
</ul>
15-
</div>
16-
177
{% include install_instructions/git.html %}
188
{% include install_instructions/editor.html %}
9+
{% endcomment %}
1910

2011
{% if site.flavor == "r" %}
2112
{% include install_instructions/r.html %}
2213
{% elsif site.flavor == "python" %}
2314
{% include install_instructions/python.html %}
15+
{% elsif site.flavor == "sql" %}
16+
{% include install_instructions/sql.html %}
2417
{% elsif site.flavor == "FIXME" %}
25-
{% include install_instructions/r.html %}
26-
{% include install_instructions/python.html %}
18+
{% include install_instructions/sql.html %}
2719
{% else %}
2820
{% include warning-flavor.html %}
2921
{% endif %}
30-
31-
{% comment %}
32-
The following setup instructions are commented out because Carpentries workshops
33-
cover the these topics less frequently. Please uncomment the lines that
34-
correspond to the topics covered in your workshop.
35-
36-
{% include install_instructions/sql.html %}
37-
{% include install_instructions/openrefine.html %}
38-
{% endcomment %}

0 commit comments

Comments
 (0)