Skip to content

Latest commit

 

History

History
executable file
·
52 lines (34 loc) · 1.47 KB

README.md

File metadata and controls

executable file
·
52 lines (34 loc) · 1.47 KB

NeuDataLoad

Build Status Coverage Status

NeuDataload is a library for manipulating neurological data stored in directories to be used by Machine Learning algorithms.

Installation instructions

Basic Installation

Only if you don’t need to edit the default configuration or source code at all.

In terminal:

    $ pip install git+https://github.com/efrain70/neudataload.git@master

Upgrading:

    $ pip install --upgrade git+https://github.com/efrain70/neudataload.git@master

Full Dev Installation

If you need to change the configuration or the source code:

  1. Clone NeuDataLoad.git repository to your local machine:
    $ git clone https://github.com/efrain70/neudataload.git
  1. Install NeuDataLoad in development mode:
    $ pip install -e _full_path_where_you_store_repos_/NeuDataLoad

Important links

Please follow below links to find additional important info on the library:

Authors

Main developer: