jasmainak / neurobooth-terra

Data management for the neurobooth app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neurobooth-terra

Github Actions

Dependencies

Installation

We recommend the Anaconda Python distribution. To install neurobooth-terra, first install pandas through conda using:

$ conda install pandas

Then, simply do:

$ pip install -e git+https://github.com/neurobooth/neurobooth-terra.git#egg=neurobooth_terra

and it will install neurobooth-terra along with the remaining dependencies which are not already installed.

To check if everything worked fine, you can do:

$ python -c 'import neurobooth_terra'

and it should not give any error messages.

Bug reports

Use the github issue tracker to report bugs.

About

Data management for the neurobooth app


Languages

Language:Python 100.0%