Skip to content

Commit 5558b42

Browse files
committed
Add details on GH education
1 parent 117a5c7 commit 5558b42

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/Setup.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11773,7 +11773,7 @@
1177311773
<div class="text_cell_render border-box-sizing rendered_html">
1177411774
<h1 id="&#9881;&#65039;-Workshop-Setup">&#9881;&#65039; Workshop Setup<a class="anchor-link" href="#&#9881;&#65039;-Workshop-Setup">&#182;</a></h1><h2 id="Requirements">Requirements<a class="anchor-link" href="#Requirements">&#182;</a></h2><p>You must bring a laptop with a Mac, Linux,
1177511775
or Windows operating system (not a tablet, Chromebook,
11776-
etc.). Make sure you have admin priviledges on the laptop so you can install the packages needed.</p>
11776+
etc.). Make sure you have admin privileges on the laptop so you can install the packages needed.</p>
1177711777
<h2 id="What--do-I-need-to-have-installed?">What do I need to have installed?<a class="anchor-link" href="#What--do-I-need-to-have-installed?">&#182;</a></h2><p>To participate in the workshop, you will need access to the following tools and software:</p>
1177811778
<ul>
1177911779
<li>Bash shell</li>
@@ -11989,6 +11989,8 @@ <h2 id="Getting-your-accounts-ready">Getting your accounts ready<a class="anchor
1198911989
<li>Confirm your email address</li>
1199011990
<li>Choose the personal default plan</li>
1199111991
</ul>
11992+
<br>
11993+
Note that if you are a student, researcher or educator you can apply for a GitHub education plan at <a href='https://education.github.com/pack/join'>https://education.github.com/pack/join</a>
1199211994
<h3 id="Travis-CI">Travis CI<a class="anchor-link" href="#Travis-CI">&#182;</a></h3><p>Go to <a href="https://travis-ci.org/">https://travis-ci.org/</a>, if you do not have an account yet you should see the following landing page:</p>
1199311995
<p><img src='https://github.com/trallard/ReproduciblePython/blob/master/assets/travis1.PNG?raw=true'></p>
1199411996
<p>Click on the green <em>Sign up</em> button and login using your GitHub username and password</p>
@@ -12008,10 +12010,12 @@ <h2 id="Docker-installation">Docker installation<a class="anchor-link" href="#Do
1200812010
<li><a href="https://docs.docker.com/engine/installation/linux/">Linux</a></li>
1200912011
</ul>
1201012012
<h2 id="What&#8217;s-Docker-Toolbox?-Do-I-need-it?">What&#8217;s Docker Toolbox? Do I need it?<a class="anchor-link" href="#What&#8217;s-Docker-Toolbox?-Do-I-need-it?">&#182;</a></h2><p>If your OS does not meet the requirements of Docker for Windows or Docker for Mac you will need to install <a href="https://www.virtualbox.org/">VirtualBox</a> and <a href="https://www.docker.com/products/docker-toolbox">Docker Toolbox</a>.</p>
12011-
<h2>📊 Getting the data</h2>
12012-
We will be using some data sets, make sure to download them before the session using the following link
12013+
<h2>📊 Getting the data and support scripts</h2>
12014+
We will be using some data sets, make sure to download them before the session using the following link.
1201312015
<a href="https://drive.google.com/drive/folders/1b2B0KWS0UAVQqFgzx2R2qMNeiiB98lMe?usp=sharing">
1201412016
https://drive.google.com/drive/folders/1b2B0KWS0UAVQqFgzx2R2qMNeiiB98lMe?usp=sharing</a>
12017+
<br>
12018+
You should now have a folder with the data and another one with some Python scripts.
1201512019

1201612020
<h2 id="Additional-notes">Additional notes<a class="anchor-link" href="#Additional-notes">&#182;</a></h2><p>We will teach Python using the IPython notebook, a programming environment
1201712021
that runs in a web browser. For this to work you will need a reasonably

0 commit comments

Comments
 (0)