Skip to content

Commit e976f98

Browse files
committed
L6 README
1 parent 0429a5f commit e976f98

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

notebooks/lab-6/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Lab 6 - NumPy and Object-Oriented Programming!
2+
3+
This is a very short README, but it contains the basic instructions to get started with this lab.
4+
5+
This lab consists of a folder with two iPython notebooks and multiple images (for image processing exercises). To download the entire folder directly from GitHub, run the following at your command line:
6+
```
7+
$ svn checkout https://github.com/stanfordpython/python-labs/trunk/notebooks/lab-6
8+
```
9+
10+
This will download the Lab-6 folder from GitHub into your current directory.
11+
12+
That's all for setup instructions - have fun with the lab! 😊
13+
14+
With ❤️ and 🦄,
15+
@coopermj, @psarin
16+
17+
(We also owe credit to @sredmond, who wrote today's OOP lab - minor modifications to that lab were made by @coopermj, but it was almost entirely the work of @sredmond).

0 commit comments

Comments
 (0)