| tag | d3613e07839c4b37ed4174111b5979c207a0483b | |
|---|---|---|
| tagger | rileykk <rileykk@jpl.nasa.gov> | Wed Jan 04 11:31:38 2023 -0800 |
| object | cc35046cd72d9e749a33b697c58e5ca9ccec5711 |
Release 1.0.0-rc3
| commit | cc35046cd72d9e749a33b697c58e5ca9ccec5711 | [log] [tgz] |
|---|---|---|
| author | Riley Kuttruff <72955101+RKuttruff@users.noreply.github.com> | Wed Jan 04 10:17:34 2023 -0800 |
| committer | GitHub <noreply@github.com> | Wed Jan 04 10:17:34 2023 -0800 |
| tree | 5323f51b90177cd0c38d622802869e91c17da731 | |
| parent | 594bc3674c7dc320276d1aea32c530b7e6260a40 [diff] |
[SDAP-424] Update readme Reflects Gradle wrapper exclusion from source distribution
This project contains the protobuf definition for a NexusTile. By compiling the protobuf specification, both Java and Python objects are generated.
This project is build using Gradle. This repository contains a Gradle wrapper so, if building from the repository, no further action is needed; however, the Gradle wrapper is not included in the source distribution. If building from the source distribution, you will need to install Gradle manually.
Build source:
./gradlew clean build installgradle clean build installcd 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