| commit | 594bc3674c7dc320276d1aea32c530b7e6260a40 | [log] [tgz] |
|---|---|---|
| author | Riley Kuttruff <72955101+RKuttruff@users.noreply.github.com> | Tue Jan 03 11:45:58 2023 -0800 |
| committer | GitHub <noreply@github.com> | Tue Jan 03 11:45:58 2023 -0800 |
| tree | 01a12eea1b60a42276bb4c97e22f4c84c59459af | |
| parent | fb0406e93cf4216034ec51b7202b0a9f91313d42 [diff] |
Update and rename DISCLAIMER to DISCLAIMER-WIP
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