Metadata-Version: 2.1
Name: neuro3d
Version: 0.0.4
Summary: Blender toolkit for visualizing neurons and simulation data
Home-page: https://github.com/Helveg/neuro3d
Author: Robin De Schepper
Author-email: robingilbert.deschepper@unipv.it
License: GPLv3
Keywords: Blender,neuron,neuroscience,visualization,neural networks,neurons,3D
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Visualization
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: errr

# neuro3d
Blender framework for visualization of neurons and simulation data.

# Installation

Make sure that `python` and `blender` are 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"
```


