Files
203 lines
5.6 KiB
Python
203 lines
5.6 KiB
Python
"""
VENV = os.path.join(ROOT, '.nova-venv')
def die(message, *args):
def install_dependencies(venv=VENV):
# Install greenlet by hand - just listing it in the requires file does not
def print_help():
Nova development uses virtualenv to track and manage Python dependencies
Or, if you prefer, you can run commands in the virtualenv on a case by case