Working alone¶
Getting started¶
We have seeded your repository with a directory for this assignment.
To pick it up, change to your capp30121-aut-19-username
directory
(where the string username
should be replaced with your username)
and then run the command: git pull upstream master
. You should
also run git pull
to make sure your local copy of your repository
is in sync with the server.
See the file pa2/README.txt
for a description of the files we have
provided for this assignment.
Submission¶
To submit your assignment, make sure that you have:
put your name at the top of your file,
added, committed, and pushed
schelling.py
to the git server, andrun the chisubmit submission command.
Remember to push your code to the server early and often! Also, remember that you can submit as many times as you like before the deadline.