https://github.com/eywalker/neuroscipy
A collection of common analysis methods for neuroscience written in Python
https://github.com/eywalker/neuroscipy
Last synced: 5 months ago
JSON representation
A collection of common analysis methods for neuroscience written in Python
- Host: GitHub
- URL: https://github.com/eywalker/neuroscipy
- Owner: eywalker
- License: mit
- Created: 2015-11-18T22:32:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T22:56:01.000Z (over 10 years ago)
- Last Synced: 2025-05-27T01:46:33.827Z (about 1 year ago)
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NeuroSciPy
A collection Python code for common analysis methods in neuroscience.
## How to install
The project is indexed at [PyPI](https://pypi.python.org/pypi) and can be installed via the simple `pip` command:
```bash
pip instal neuroscipy
```