You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@ The slides for the workshop can be found here:
13
13
14
14
We will encourage discussions over the workshop, for this purpose we will be using an Etherpad. Click on the following link: [https://public.etherpad-mozilla.org/p/ReproduciblePython](https://public.etherpad-mozilla.org/p/ReproduciblePython)
15
15
16
-
16
+
## What do I need for this workshop?
17
+
The installation instructions can be found at [http://bitsandchips.me/ReproduciblePython/Setup.html](http://bitsandchips.me/ReproduciblePython/Setup.html)
"2. Make sure you know where you saved the file\n",
227
226
"3. Open your shell and navigate to the location of the file, for example if you saved it in Desktop you would type in `cd Desktop`\n",
228
227
"4. Type in the following command to create an environment fro the file:\n",
229
-
"```bash\n",
228
+
"<pre><code>\n",
230
229
"conda env create -f environment.yml\n",
231
-
"```\n",
232
-
"You should see the packages being installed. Note it could take a while so you can go and grab yourself a cup of coffee or tea ☕\n",
230
+
"</code></pre>\n",
233
231
"\n",
234
232
"\n",
235
-
"If you have never used Jupyter notebooks you could have a look at this [Tutorial](https://www.dataquest.io/blog/jupyter-notebook-tutorial/) before the workshop.\n"
233
+
"You should see the packages being installed. Note it could take a while so you can go and grab yourself a cup of coffee or tea ☕\n",
234
+
"\n",
235
+
"---\n",
236
+
"⭐ If you have never used Jupyter notebooks you could have a look at this [Tutorial](https://www.dataquest.io/blog/jupyter-notebook-tutorial/) to familiarize yourself before the \n"
236
237
]
237
238
},
238
239
{
@@ -248,7 +249,7 @@
248
249
"\n",
249
250
"Go to the [GitHub homepage](https://github.com/) to register for a new account, you should see the following page\n",
<li>Download the Python 3 installer for Windows.</li>
11915
11913
<li>Install Python 3 using all of the defaults for installation <em>except</em> make sure to check <strong>Make Anaconda the default Python</strong>.</li>
<li>Download <ahref="https://raw.githubusercontent.com/trallard/ReproduciblePython/master/environment.yml">environment.yml</a> to your local computer by right-clicking on the following link: <ahref="https://raw.githubusercontent.com/trallard/ReproduciblePython/master/environment.yml">environment.yml</a></li>
11963
11962
<li>Make sure you know where you saved the file</li>
11964
11963
<li>Open your shell and navigate to the location of the file, for example if you saved it in Desktop you would type in <code>cd Desktop</code></li>
11965
-
<li>Type in the following command to create an environment fro the file:<divclass="highlight"><pre><span></span>conda env create -f environment.yml
11966
-
</pre></div>
11967
-
You should see the packages being installed. Note it could take a while so you can go and grab yourself a cup of coffee or tea ☕</li>
11968
-
</ol>
11969
-
<p>If you have never used Jupyter notebooks you could have a look at this <ahref="https://www.dataquest.io/blog/jupyter-notebook-tutorial/">Tutorial</a> before the workshop.</p>
11964
+
<li>Type in the following command to create an environment fro the file:</li></ol>
11965
+
<pre><code>
11966
+
conda env create -f environment.yml
11967
+
</code></pre>
11968
+
11969
+
<p>You should see the packages being installed. Note it could take a while so you can go and grab yourself a cup of coffee or tea ☕</p>
11970
+
<hr>
11971
+
<p>⭐ If you have never used Jupyter notebooks you could have a look at this <ahref="https://www.dataquest.io/blog/jupyter-notebook-tutorial/">Tutorial</a> to familiarize yourself before the</p>
<h2id="Getting-your-accounts-ready">Getting your accounts ready<aclass="anchor-link" href="#Getting-your-accounts-ready">¶</a></h2><h3id="GitHub">GitHub<aclass="anchor-link" href="#GitHub">¶</a></h3><p><br></p>
11979
11981
<divclass='warn'> Note you do not need to do the following if you already have a GitHub account. You only need to make sure you know your username and password </div><p>Go to the <ahref="https://github.com/">GitHub homepage</a> to register for a new account, you should see the following page</p>
<li>Choose a username, email address and password.</li>
11983
11985
<li>Click the green <em>Sign up</em> button</li>
11984
11986
<li>Confirm your email address</li>
11985
11987
<li>Choose the personal default plan</li>
11986
11988
</ul>
11987
11989
<h3id="Travis-CI">Travis CI<aclass="anchor-link" href="#Travis-CI">¶</a></h3><p>Go to <ahref="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>
0 commit comments