Giter VIP home page Giter VIP logo

pybpod's Introduction

PyBpod

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.

Install PyBpod

  1. Download & install Anaconda or Miniconda to your user.

  2. After the installation, open "Anaconda Prompt"

  3. Create a virtual environment for running PyBpod with Python 3.6

    conda create -n pybpod-environment python=3.6
  4. Activate the environment you just created

    activate pybpod-environment
  5. Install PyBpod through PyPI

    pip install pybpod
  6. Run the application.

    start-pybpod

Install PyBpod (for developers)

  1. 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.

  2. Create a virtual environment for running PyBpod with Python 3.6

    conda create -n pybpod-environment python=3.6
  3. Activate the environment you just created.

    activate pybpod-environment
  4. Clone the PyBpod repository.

    git clone https://github.com/pybpod/pybpod.git
  5. Access the created repository folder.

    cd pybpod
  6. Run the "install.py" script to install all necessary dependencies.

    python utils\install.py
  7. Run the PyBpod application.

    start-pybpod

Documentation

Documentation is available at ReadTheDocs: https://pybpod.readthedocs.io/

Acknowledgments

PyVmMonitor is being used to support the development of this open source software. For more information please see PyVmMonitor's web site

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.