1- Assignment - Prep
2- -----------------
1+ Week 7 Assignment Instructions
2+ ==============================
3+
4+ Prep
5+ ----
36
47For this week, you have *no * code assignment.
58
@@ -16,8 +19,8 @@ to take a while if you don't already have it.
1619
1720**Windows **: You all are safe for the time being.
1821
19- Assignment - Virtualenv
20- -----------------------
22+ Virtualenv
23+ ----------
2124
2225With that prep work out of the way, you're ready to start. First, set up a
2326virtualenv:
@@ -29,8 +32,8 @@ virtualenv:
2932
3033Remeber, Windows users: ``> pyramidenv\Scripts\activate ``
3134
32- Assignment - Install Pyramid
33- ----------------------------
35+ Install Pyramid
36+ ---------------
3437
3538Once you've got a virtualenv set up and ready to go, install Pyramid:
3639
@@ -40,8 +43,8 @@ This will install a number of dependency packages, do not be alarmed.
4043
4144Next, we'll install a different kind of Database, the ZODB.
4245
43- Assignment - Install ZODB
44- -------------------------
46+ Install ZODB
47+ ------------
4548
4649If you're on OS X or Linux:
4750
@@ -68,8 +71,8 @@ virtualenv:
6871
6972If you get an ImportError when you try that, you're not done. Contact me.
7073
71- Assignment - Extras
72- -------------------
74+ Extras
75+ ------
7376
7477Next, we'll need to finish installing the bits we need for our work next
7578week:
8386These tools will allow us to manage ZODB connections, debug our app, and run
8487cool tests.
8588
86- Assignment - Set Up Project
87- ---------------------------
89+ Set Up Project
90+ --------------
8891
8992And finally, we'll set up a project for ourselves. This is like running
9093'startproject' for django in a way:
0 commit comments