663 B
663 B
How to use the fish book
Requirements
- Python3.5+ only
- datajoint to connect to the database and to map python objects to table entries.
- nixio to read the relacs-flavored nix files
Installation
- clone the repository
git clone https://whale.am28.uni-tuebingen.de/git/jgrewe/fishbook.git .
- installation ..a) for development, install for the current user, install as "editable"
cd fishbook
pip3 install fishbook -e --user
b) just for usage
pip3 install fishbook --user
# or
sudo pip3 install fishbook
- connecting to the database