Skip to content

Texas-Biomedical-Device-Center/meyers_lab_pcms_project

Repository files navigation

PCMS-behavior-app

A behavior application written in Python for conducting PCMS experiments

Installation (for developers)

To get set up for working on this repository, you should do the following:

  1. Sync the repository to a location of your choosing
  2. Navigate on your computer to the folder where you placed the repository
  3. If you so desire, create a Python virtual environment.
  4. Run the following command: pip install --editable .

If you don't plan on doing any development, you can just install the app by running the command: pip install .

Building the documentation

To build the documentation, you must have sphinx installed. To install sphinx, use the following command:

pip install sphinx

Once it has been installed, you can then build the documentation using the following command from the repository's root folder:

sphinx-build -M html docs/source docs/build

Project structure

The structure of this library follows the following guide: https://github.com/yngvem/python-project-structure

About

Meyers Lab PCMS project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages