Index: bootstrap/README.md |
diff --git a/bootstrap/README.md b/bootstrap/README.md |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e21564b97897313fba330549c395f31b9a854727 |
--- /dev/null |
+++ b/bootstrap/README.md |
@@ -0,0 +1,10 @@ |
+## bootstrap.py (a.k.a. "I just want a working recipes-py) |
tandrii(chromium)
2016/06/15 09:57:53
nit: " at the end
martiniss
2016/06/15 20:36:53
Done.
|
+ |
+Run |
+ |
+ ./bootstrap/bootstrap.py --deps_file bootstrap/deps.pyl ENV |
+ |
+This creates a virtualenv called `{repo_root}/ENV` with all the deps |
tandrii(chromium)
2016/06/15 09:57:53
how about s/{repo_root}/.
martiniss
2016/06/15 20:36:53
Done.
|
+contained in `bootstrap/deps.pyl`. |
+ |
+For more information, see the infra.git bootstrap [README](https://chromium.googlesource.com/infra/infra/+/master/bootstrap/README.md) |
tandrii(chromium)
2016/06/15 09:57:53
also, can you add another file in this dir to spec
martiniss
2016/06/15 20:36:53
Done; README.recipes.
|