Index: README.md |
diff --git a/README.md b/README.md |
index c3120f1081c853064f22b5351f02f8ff1a029927..7833eb977eba407d8c0bbeece615592a7e51e79a 100644 |
--- a/README.md |
+++ b/README.md |
@@ -28,6 +28,17 @@ somewhere in your path) to run: |
This will check out the base repository (infra/) and its dependencies. |
+Bootstrapping Dependencies |
+-------------------------- |
+(See `bootstrap/README.md` for more details). |
+ |
+Manually create a bootstrap virtualenv environment by running: |
+ |
+ `./bootstrap/bootstrap.py --deps_file bootstrap/deps.pyl` |
+ |
+This is done for you automatically by `gclient sync` (or `gclient runhooks`). |
+ |
+ |
Invoking tools |
-------------- |