Skip to content

Commit

Permalink
Add a vendor.rst doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Socol committed Aug 24, 2010
1 parent ccca0cb commit fd125cb
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/vendor.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
==============
Vendor Library
==============

If you don't want to go mucking about with a virtual environment, or you
want to share compiled packages between several installations, you can use
the kitsune-lib vendor library. This is just a git repo with all our
dependencies in it.

The vendor library includes all the dependencies for both production and
development environments.


Using the Vendor Library
========================

Check out the library like so::

git clone --recursive git://github.com/jsocol/kitsune-lib.git ./vendor

You'll want to stick that right in the Kitsune check out. Then all that's
left is to install the compiled packages::

pip install -r requirements/compiled.txt

You may need to ``sudo`` that, depending on your environment.

0 comments on commit fd125cb

Please sign in to comment.