commit | 61a45b56d6e5d830d09a6693c2d46128596e2026 | [log] [tgz] |
---|---|---|
author | Frank Greguska <francis.greguska@jpl.nasa.gov> | Thu Jan 25 15:48:22 2018 -0800 |
committer | Frank Greguska <francis.greguska@jpl.nasa.gov> | Thu Jan 25 15:48:22 2018 -0800 |
tree | 3fecfee6835d82bad6ae394b5ad3f6eb5a21306e | |
parent | d02c3c0cffb00488cba997fe37f2e8d8e858df6f [diff] |
added python install task
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