AIND Harp Workshop
This repository contains the code and examples for the AIND Harp Workshop.
Getting Started
Install Bonsai Environment
To install the Bonsai environment and bootstrap all dependencies, run bonsai/setup.cmd
from the root of the repository. Further instructions on how to use Bonsai environments can be found here.
Create a Python virtual environment
Using a Python's native venv
:
python -m venv .venv
.venv\Scripts\activate
pip install harp-python