Skip to content
Snippets Groups Projects
autoinstall_blendnavipy.sh 389 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/bash
    
    # First install blender
    apt-get install -y -qq blender
    
    # Check the necessary dependencies for the
    # blender build
    blendnavipy --background --python-script=check_blender_versions.py
    
    # Make packages in the virtualenv match the one used by blender
    pip install --upgrade  pip
    pip install --upgrade -r /media/bolirev/data/Research/Toolboxes/navipy/navipy/scripts/requirement.txt