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

Unified Diff: bootstrap/README.md

Issue 2061263003: add basic bootstrap for coverage (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/recipes-py@master
Patch Set: Fix recipes readme. Created 4 years, 6 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/README.recipes » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bootstrap/README.md
diff --git a/bootstrap/README.md b/bootstrap/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..c4533bb57a7805ad9858ad2ed2de97ff390358f8
--- /dev/null
+++ b/bootstrap/README.md
@@ -0,0 +1,10 @@
+## bootstrap.py (a.k.a. "I just want a working recipes-py")
+
+Run
+
+ ./bootstrap/bootstrap.py --deps_file bootstrap/deps.pyl ENV
+
+This creates a virtualenv called `ENV` with all the deps
+contained in `bootstrap/deps.pyl`.
+
+For more information, see the infra.git bootstrap [README](https://chromium.googlesource.com/infra/infra/+/master/bootstrap/README.md)
« no previous file with comments | « PRESUBMIT.py ('k') | bootstrap/README.recipes » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698