Skip to main content

Blender toolkit for visualizing neurons and simulation data

Project description

neuro3d

Blender framework for visualization of neurons and simulation data.

Installation

Make sure that python and blender are valid commands. Most likely you have to make them available on your PATH.

Linux

curl -Ls https://github.com/Helveg/neuro3d/releases/latest/download/install | python

Windows

Execute the following snippet from the command line or PowerShell:

powershell.exe -command PowerShell -ExecutionPolicy Bypass -noprofile -command Invoke-WebRequest -Uri https://github.com/Helveg/neuro3d/releases/latest/download/install -OutFile _tmp_n3d_install.py; Invoke-Expression "python _tmp_n3d_install.py"; Remove-Item -Path "_tmp_n3d_install.py"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

neuro3d-0.0.7-py3-none-any.whl (35.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page