version: 1.8.2
PyBpod is a GUI application that enables interaction with the Bpod device from Sanworks.
This project is maintained by a team of SW developers at the Champalimaud Foundation.
-
After the installation, open "Anaconda Prompt"
-
Create a virtual environment for running PyBpod with Python 3.6
conda create -n pybpod-environment python=3.6
-
Activate the environment you just created
activate pybpod-environment
-
Install PyBpod through PyPI
pip install pybpod
-
Run the application.
start-pybpod
-
Download & install Anaconda or Miniconda .
Note: On windows if you install Anaconda/Miniconda for all the users, you should make sure you run the "Anaconda Prompt" as administrator. To avoid issues, make sure you install Anaconda/Miniconda only for your user.
-
Create a virtual environment for running PyBpod with Python 3.6
conda create -n pybpod-environment python=3.6
-
Activate the environment you just created.
activate pybpod-environment
-
Clone the PyBpod repository.
git clone https://github.com/pybpod/pybpod.git
-
Access the created repository folder.
cd pybpod
-
Run the "install.py" script to install all necessary dependencies.
python utils\install.py
-
Run the PyBpod application.
start-pybpod
Documentation is available at ReadTheDocs: https://pybpod.readthedocs.io/
PyVmMonitor is being used to support the development of this open source software. For more information please see PyVmMonitor's web site