commit | 6372b1b23a1e897705111d49233f93ce8e0de255 | [log] [tgz] |
---|---|---|
author | Frank Greguska <francis.greguska@jpl.nasa.gov> | Mon Jan 29 16:32:13 2018 -0800 |
committer | Frank Greguska <francis.greguska@jpl.nasa.gov> | Mon Jan 29 16:32:13 2018 -0800 |
tree | a82a0ed956bae67be70f7eab173ede17b6043d76 | |
parent | 7d13b6fa7c61f7bdaeca013ed4fe9d2106446a61 [diff] |
added contributing doc
This project contains the protobuf definition for a NexusTile. By compiling the protobuf specification, both Java and Python objects are generated.
Run ./gradlew clean build install
cd into /build/python/nexusproto
Setup a separate conda env or activate an existing one
conda create --name nexus-messages python source activate nexus-messages
Install Conda dependencies
conda install numpy
Run python setup.py install