commit | 999af91d493356d763cebf513cd465ca3d6d8c28 | [log] [tgz] |
---|---|---|
author | Riley Kuttruff <72955101+RKuttruff@users.noreply.github.com> | Tue Jul 09 13:47:06 2024 -0700 |
committer | GitHub <noreply@github.com> | Tue Jul 09 13:47:06 2024 -0700 |
tree | 88dc3b9bd20b02152592dfeeb170a1b5cac91922 | |
parent | a66d24487088e9b31cc31c7b73cb47cf8372bee4 [diff] |
Bump nexusproto version ahead of next SDAP release (#21)
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 install
gradle 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