Skip to content

Conversation

@tsvilans
Copy link
Collaborator

Improved dependency installation

Separates dependency installation into another file and uses pip as a built-in module instead of trying to find its path.

detailed explanation

  • Dependency installation is now in install_dependencies.py for better code legibility
  • Dependency installation uses bpy.app.binary_path_python to ensure the correct Python environment for Blender
  • Dependency installation uses pip as a module by running <python path> -m pip install ...

fixes / resolves

Hopefully fixes the problems with installing rhino3dm across platforms. This method does not require admin rights.

@tsvilans tsvilans requested a review from jesterKing March 20, 2020 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant