Skip to content
Snippets Groups Projects
autoinstall_blendnavipy.sh 368 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/bash
    
    # First install blender
    
    Andrea Gonsek's avatar
    Andrea Gonsek committed
    # apt-get install -y -qq blender
    
    
    # Check the necessary dependencies for the
    # blender build
    
    blendnavipy --background --noaudio --python-script=$PWD/navipy/scripts/check_blender_versions.py
    
    
    # Make packages in the virtualenv match the one used by blender
    pip install --upgrade  pip
    
    pip install --upgrade -r requirement_blender.txt