Last active
November 11, 2024 18:08
-
-
Save kolibril13/97d6844f8b2ee05a5d696e452777df40 to your computer and use it in GitHub Desktop.
blender notebook setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install Blender from https://www.blender.org/download/ | |
# Install uv | |
curl -LsSf https://astral.sh/uv/install.sh | sh | |
mkdir blender_python_workshop && cd blender_python_workshop | |
uv venv --python 3.11 | |
uv pip install jupyterlab blender_notebook | |
uv run blender_notebook install --blender-exec="/Applications/Blender.app/Contents/MacOS/Blender" | |
uv run jupyter lab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment