installing¶
NCRF relies on: Eelbrain (Download/ Installation Instructions)
We recommend using mamba as package manager.
After successfully installing Eelbrain, one can follow either of the methods to install different versions the repository
Installing the release version¶
The following comment will install the latest released version:
pip install ncrf
NOTE: yet to be released on PyPI yet.
Or,
Development version from GitHub¶
Clone the GitHub repository and change the working directory:
git clone https://github.com/proloyd/neuro-currentRF.git
cd neuro-currentRF
Create an environment with the necessary dependencies (this assumes mamba) is already installed):
mamba env create --file=env-dev.yml
Then, install neuro-currentRF in development model using pip:
pip install -e .