Getting started: working alone¶
Getting started¶
We have seeded your repository with a directory for this assignment.
To pick it up, change to your capp30122-win-18
directory
(where the string username
should be replaced with your username),
run git pull
to make sure that your local copy of the repository
is in sync with the server, and then run git pull upstream master
to pick up the distribution.
Submission¶
To submit your assignment, make sure that you have:
- put your name at the top of your file,
- registered for the assignment using chisubmit,
- added, committed, and pushed
courses.py
to the git server, and - run the chisubmit submission command for
pa3
.
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.