Code repo for 528 project code on fear conditioning
- Clone repository using
git clone git@github.com:pqz317/528_project.git(if using ssh) - If using Docker:
- Run
docker compose build docker compose up -d
- If not, repo should be pip installable regardless. Within repo directory, run
pip3 install -e .. This should install all dependencies along with it. - Any data can be added into a
/datafolder, by default that won't be pushed to github.