1: Installation#
Before we get started, make sure you have RepKit installed. You can install it using pip:
pip install RepKit
Or you can install it from source:
git clone https://github.com/NuttidaLab/NeuralDecoder.git
cd RepKit
python setup.py install