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

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: 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
Index: README.md
diff --git a/README.md b/README.md
index c3120f1081c853064f22b5351f02f8ff1a029927..855bff4fefc7d3a4522bad112320a361021891c9 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.pst`
agable 2014/07/10 17:12:56 Same comment as above -- could be python -m.
iannucci 2014/07/11 02:14:44 Nack!
+
+This is done for you automatically by `gclient sync` (or `gclient runhooks`).
+
+
Invoking tools
--------------

Powered by Google App Engine
This is Rietveld 408576698