|
a/README.markdown |
|
b/README.markdown |
|
... |
|
... |
44 |
|
44 |
|
45 |
Now that that's out of the way, we'll go ahead and install TurboGears.
|
45 |
Now that that's out of the way, we'll go ahead and install TurboGears.
|
46 |
|
46 |
|
47 |
(anvil)~$ easy_install pylons==0.9.7
|
47 |
(anvil)~$ easy_install pylons==0.9.7
|
48 |
(anvil)~$ easy_install -i http://www.turbogears.org/2.1/downloads/2.1b2/index/ tg.devtools==2.1b2 TurboGears2==2.1b2
|
48 |
(anvil)~$ easy_install -i http://www.turbogears.org/2.1/downloads/2.1b2/index/ tg.devtools==2.1b2 TurboGears2==2.1b2
|
49 |
(anvil)~$ easy_install http://httplib2.googlecode.com/files/httplib2-0.4.0.tar.gz
|
49 |
(anvil)~$ easy_install http://httplib2.googlecode.com/files/httplib2-0.6.0.tar.gz
|
50 |
|
50 |
|
51 |
|
51 |
|
52 |
## Installing the Forge code and dependencies
|
52 |
## Installing the Forge code and dependencies
|
53 |
|
53 |
|
54 |
Now we can get down to actually getting the Forge code and dependencies downloaded and ready to go.
|
54 |
Now we can get down to actually getting the Forge code and dependencies downloaded and ready to go.
|