|
| 1 | +{% comment %} |
1 | 2 | {% assign curricula = "swc-gapminder|swc-inflammation" | split: "|" %} |
2 | 3 | {% unless curricula contains site.curriculum %} |
3 | 4 | {% include warning-curriculum.html %} |
4 | 5 | {% endunless %} |
5 | | - |
6 | 6 | {% 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 | | - |
17 | 7 | {% include install_instructions/git.html %} |
18 | 8 | {% include install_instructions/editor.html %} |
| 9 | +{% endcomment %} |
19 | 10 |
|
20 | 11 | {% if site.flavor == "r" %} |
21 | 12 | {% include install_instructions/r.html %} |
22 | 13 | {% elsif site.flavor == "python" %} |
23 | 14 | {% include install_instructions/python.html %} |
| 15 | +{% elsif site.flavor == "sql" %} |
| 16 | +{% include install_instructions/sql.html %} |
24 | 17 | {% elsif site.flavor == "FIXME" %} |
25 | | -{% include install_instructions/r.html %} |
26 | | -{% include install_instructions/python.html %} |
| 18 | +{% include install_instructions/sql.html %} |
27 | 19 | {% else %} |
28 | 20 | {% include warning-flavor.html %} |
29 | 21 | {% 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