Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 884 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 884 Bytes

pandastim

Legacy pandastim runs sans-stimbuddy on behavior rigs and such

Live exists as fake "static typing" and requires python 3.10+

Cross-platform Python package for generating visual stimuli using the Panda3d library, a Python game-engine developed by Disney.

Installation

This assumes you are using Anaconda and Python 3:

conda create --name pstim
conda activate pstim
conda install numpy scipy matplotlib zeromq
pip install panda3d zmq pandas qdarkstyle

Once you've got your environment squared away, you can install pandastim by heading to the directory where you want it installed, and run:

git clone https://github.com/Naumann-Lab/pandastim.git

To test the installation, try running one of the examples in [examples/)