Template:Get Code

From 6.034 Wiki

(Difference between revisions)
Jump to: navigation, search
m (New page: Before working on the lab, you will need to get the code. You can... * Use Git on your computer: <tt>git clone username@athena.dialup.mit.edu:/mit/6.034/www/labs/lab{{{labNumber}}}</tt> * ...)
m
Line 1: Line 1:
Before working on the lab, you will need to get the code. You can...
Before working on the lab, you will need to get the code. You can...
-
* Use Git on your computer: <tt>git clone username@athena.dialup.mit.edu:/mit/6.034/www/labs/lab{{{labNumber}}}</tt>
+
* Use Git on your computer: <tt>git clone username@athena.dialup.mit.edu:/mit/6.034/www/labs/lab{{{lab}}}</tt>
-
* Use Git on Athena: <tt>git clone /mit/6.034/www/labs/lab{{{labNumber}}}</tt>
+
* Use Git on Athena: <tt>git clone /mit/6.034/www/labs/lab{{{lab}}}</tt>
-
* Download it as a ZIP file: http://web.mit.edu/6.034/www/labs/lab{{{labNumber}}}/lab{{{labNumber}}}.zip
+
* Download it as a ZIP file: http://web.mit.edu/6.034/www/labs/lab{{{lab}}}/lab{{{lab}}}.zip
-
* View the files individually: http://web.mit.edu/6.034/www/labs/lab{{{labNumber}}}/
+
* View the files individually: http://web.mit.edu/6.034/www/labs/lab{{{lab}}}/
-
All of your answers belong in the main file <tt>lab{{{labNumber}}}.py</tt>.
+
All of your answers belong in the main file <tt>lab{{{lab}}}.py</tt>.

Revision as of 19:19, 30 August 2017

Before working on the lab, you will need to get the code. You can...

All of your answers belong in the main file lab{{{lab}}}.py.