- PostgreSQL (https://www.postgresql.org/)
- psycopg2
- PyCap
- pandas (> 1.4.0)
- sshtunnel
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.
Use the github issue tracker to report bugs.