From 1184e9a5680a8cdd31e13c847246b90c78fd0e10 Mon Sep 17 00:00:00 2001 From: Walker Arce Date: Sun, 22 Aug 2021 10:45:37 -0500 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 83cbc1a..5554fd7 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ Developer: Walker Arce
### Motivation This Python library was written to facilitate closed-loop experimental protocol for motor related research. +### Installation +Clone this repository, cd into the directory using either your virtual environment or your local environment, and run: +`python setup.py install` + ### Usage ``` from pywoodway.treadmill import SplitBelt, find_treadmills @@ -48,3 +52,14 @@ for port in ports: ``` Write down the serial number for each treadmill (if using a split belt these are marked A and B) and pass those as arguments to the `find_treadmills()` function. + +### Citation +``` +@misc{Arce_pyWoodway_2021, + author = {Arce, Walker and Gehringer, James}, + month = {8}, + title = {{pyWoodway}}, + url = {https://github.com/Munroe-Meyer-Institute-VR-Laboratory/pyWoodway}, + year = {2021} +} +```