tree: 24576f157bd65025fd16a5ef903660b6b8c852a0 [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