Update and rename DISCLAIMER to DISCLAIMER-WIP
2 files changed
tree: 01a12eea1b60a42276bb4c97e22f4c84c59459af
  1. gradle/
  2. jenkins/
  3. src/
  4. .gitignore
  5. build.gradle
  6. CONTRIBUTING.md
  7. DISCLAIMER-WIP
  8. gradle.properties
  9. gradlew
  10. gradlew.bat
  11. LICENSE
  12. nexusproto.iml
  13. NOTICE
  14. README
  15. README.md
  16. settings.gradle
README.md

nexus-messages

This project contains the protobuf definition for a NexusTile. By compiling the protobuf specification, both Java and Python objects are generated.

Developer Installation

  1. Run ./gradlew clean build install

  2. cd into /build/python/nexusproto

  3. Setup a separate conda env or activate an existing one

    conda create --name nexus-messages python
    source activate nexus-messages
    
  4. Install Conda dependencies

    conda install numpy
    
  5. Run python setup.py install