Are there any good tutorial about using buildout and pip? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You ca开发者_JAVA技巧n edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this questionI've been struggling all day to really understand how to use buildout and pip. Watched a bunch of videos etc., but I still have a hard time figuring out the do and don't of buildout and pip.
Any help, tutorial, book is welcome.
Is not the http://www.buildout.org/ and http://pip.openplans.org/ tutorials helpful? Apart from that, there are couple of tutorials on Buildout1, PIP 2 which could be helpful for you to start.
Best way to start, write a small buildout conf and using an existing recipe from PyPI and see how the package installs.
精彩评论