Installation
OSHConnect can be installed in Python and Java, using pip (or poetry) for Python, and gradle for Java.
Installing OSHConnect
OSHConnect-Python
- pip
- poetry
pip install git+https://github.com/Botts-Innovative-Research/OSHConnect-Python.git
poetry add git+https://github.com/Botts-Innovative-Research/OSHConnect-Python.git
OSHConnect-Java
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')