Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: README.md

Issue 381043002: Add a virtualenv-based python bootstrapping service to infra. (Closed) Base URL: https://chromium.googlesource.com/infra/infra@master
Patch Set: Address comments, add warning while building on Ubuntu Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « PRESUBMIT.py ('k') | bootstrap/.gitignore » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
--------------
« no previous file with comments | « PRESUBMIT.py ('k') | bootstrap/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698