Skip to main content

Installation

OSHConnect can be installed in Python and Java, using pip (or poetry) for Python, and gradle for Java.

Installing OSHConnect

OSHConnect-Python

Link to the GitHub Repository

pip install git+https://github.com/Botts-Innovative-Research/OSHConnect-Python.git

OSHConnect-Java

Link to the GitHub Repository

Please clone/download the git repository for OSHConnect-Java and include it as a submodule in your gradle project.

settings.gradle
includeBuild('path/to/OSHConnect-Java')