forked from fwenzel/kitsune
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
James Socol
committed
Aug 24, 2010
1 parent
ccca0cb
commit fd125cb
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |