File tree Expand file tree Collapse file tree 3 files changed +18
-10
lines changed
source/content/pages/09-application-dependencies Expand file tree Collapse file tree 3 files changed +18
-10
lines changed Original file line number Diff line number Diff line change @@ -84,12 +84,20 @@ <h1>Application Dependencies</h1>
8484with < a href ="http://www.virtualenv.org/en/latest/ "> virtualenv</ a > to isolate the
8585dependencies of individual applications from each other.</ p >
8686< h2 > Application dependency resources</ h2 >
87+ < ul >
88+ < li >
8789< p > < a href ="https://twitter.com/jonathanchu "> Jon Chu</ a > wrote a great introduction on
88- < a href ="http://www.jontourage.com/2011/02/09/virtualenv-pip-basics/ "> virtualenv and pip basics</ a > .</ p >
90+ < a href ="http://www.jontourage.com/2011/02/09/virtualenv-pip-basics/ "> virtualenv and pip basics</ a > .</ p >
91+ </ li >
92+ < li >
8993< p > "< a href ="http://dabapps.com/blog/introduction-to-pip-and-virtualenv-python/ "> A non-magical introduction to virtualenv and pip</ a >
90- breaks down what problems these tools solve and how to use them.</ p >
94+ breaks down what problems these tools solve and how to use them.</ p >
95+ </ li >
96+ < li >
9197< p > < a href ="http://www.clemesha.org/blog/modern-python-hacker-tools-virtualenv-fabric-pip/ "> Tools of the modern Python hacker</ a >
92- contains detailed explanations of virtualenv, Fabric, and pip.</ p >
98+ contains detailed explanations of virtualenv, Fabric, and pip.</ p >
99+ </ li >
100+ </ ul >
93101 < br />
94102 Next read the
95103 < a href ="/static-content.html "> static content</ a > section.
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-03-01T15:12:11Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-03-01T15:13:35Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ dependencies of individual applications from each other.
1717
1818
1919## Application dependency resources
20- [ Jon Chu] ( https://twitter.com/jonathanchu ) wrote a great introduction on
21- [ virtualenv and pip basics] ( http://www.jontourage.com/2011/02/09/virtualenv-pip-basics/ ) .
20+ * [ Jon Chu] ( https://twitter.com/jonathanchu ) wrote a great introduction on
21+ [ virtualenv and pip basics] ( http://www.jontourage.com/2011/02/09/virtualenv-pip-basics/ ) .
2222
23- "[ A non-magical introduction to virtualenv and pip] ( http://dabapps.com/blog/introduction-to-pip-and-virtualenv-python/ )
24- breaks down what problems these tools solve and how to use them.
23+ * "[ A non-magical introduction to virtualenv and pip] ( http://dabapps.com/blog/introduction-to-pip-and-virtualenv-python/ )
24+ breaks down what problems these tools solve and how to use them.
2525
26- [ Tools of the modern Python hacker] ( http://www.clemesha.org/blog/modern-python-hacker-tools-virtualenv-fabric-pip/ )
27- contains detailed explanations of virtualenv, Fabric, and pip.
26+ * [ Tools of the modern Python hacker] ( http://www.clemesha.org/blog/modern-python-hacker-tools-virtualenv-fabric-pip/ )
27+ contains detailed explanations of virtualenv, Fabric, and pip.
2828
2929
You can’t perform that action at this time.
0 commit comments