Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
Check out vendor library recursively when starting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Wenzel committed Dec 29, 2010
1 parent b7982f9 commit 5610113
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ Requirements
You need Python 2.6.

This project is set up to use a vendor library, i.e. a subdirectory ``vendor``
that contains all pure Python libraries required by this project.
that contains all pure Python libraries required by this project. After
checkout, run:

git submodule update --init --recursive

In addition, there are compiled libraries (such as Jinja2) that you will need
to build yourself, either by installing them from ``pypi`` or by using your
Expand Down

0 comments on commit 5610113

Please sign in to comment.