Skip to content

Commit

Permalink
Merge pull request #278 from wking/installation-test-op-in
Browse files Browse the repository at this point in the history
index.html: Comment out setup/ link to make installation-tests opt-in
  • Loading branch information
rgaiacs committed Jan 27, 2016
2 parents b7315b5 + 9616267 commit db053ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CUSTOMIZATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,12 @@ so that they show what you're actually planning to teach and when.
You should delete the pieces of the `Setup` section
related to software you will not be using in your workshop,
so that learners don't spend time installing software they don't need.
After you edit the `Setup` section, you should edit the installation test script.

## Setup: Installation tests

If you intend to use the installation-test scripts,
uncomment the paragraph linking to `setup/index.html` in `index.html`
and edit `setup/swc-installation-test-2.py` as described below.

`swc-installation-test-1.py` is pretty simple, and just checks that
the students have a recent enough version of Python installed that
Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -589,11 +589,13 @@ <h4 id="python-linux">Linux</h4>
</ol>
</div>
</div>
<!--
<p>
Once you are done installing the software listed above,
please go to <a href="setup/index.html">this page</a>,
which has instructions on how to test that everything was installed correctly.
</p>
-->
</div> <!-- End of 'Python' section. -->

<div id="r"> <!-- Start of 'R' section. -->
Expand Down

0 comments on commit db053ba

Please sign in to comment.