tree: 527ce8d4cadd4c2e212d9086634b8cec1508d139 [path history] [tgz]
  1. virtualenv/
  2. bootstrap_vpython.py
  3. README.md
  4. README.recipes
  5. remove_orphaned_pycs.py
  6. update_vendoring.py
  7. venv.cfg
bootstrap/README.md

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