Files
270 lines
7.8 KiB
Python
270 lines
7.8 KiB
Python
"""
import os
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
def main(argv):