Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ TRC Data Reader
Python package for reading track row column (TRC) motion capture data.
TRC data reader captures the motion capture data and puts it into a dict like object.

```bash
pip install trc-data-reader
``

TRC data reader can read motion capture data from file or from a multi-line string.

For a valid TRC file or multi-line data string the following keys will be present (among others):
Expand Down