Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved dependency installation #69

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

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.

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.

None yet

1 participant