Template:Get Code

From 6.034 Wiki

(Difference between revisions)
Jump to: navigation, search
m
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{{{lab}}}</tt>
* Use Git on your computer: <tt>git clone username@athena.dialup.mit.edu:/mit/6.034/www/labs/lab{{{lab}}}</tt>
Line 11: Line 10:
All of your answers belong in the main file <tt>lab{{{lab}}}.py</tt>.
All of your answers belong in the main file <tt>lab{{{lab}}}.py</tt>.
 +
 +
{{{notice|}}}

Revision as of 19:22, 30 August 2017

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

  • Use Git on your computer: git clone username@athena.dialup.mit.edu:/mit/6.034/www/labs/lab{{{lab}}}
  • Use Git on Athena: git clone /mit/6.034/www/labs/lab{{{lab}}}


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