Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.68 KB

File metadata and controls

36 lines (25 loc) · 1.68 KB

reality-capture

Python Badge

reality-capture is a Python package that allows any user to interact with Bentley Reality Capture services including:

Getting started

To install the package, head to the releases page and download the latest whl package. Then install it with this command:

pip install path/to/reality_capture-X.Y.0-py3-none-any.whl 

In order to use this package, an iTwin platform account and a registered application are required. Please head to the Bentley developer portal to create an account. You can follow this tutorial to learn more about this process.

Documentation for the package is available on the Bentley Product Documentation website.

Contributing

In order to contribute, you'll need to clone the repository, install the package locally and install the dev dependencies

pip install . -e
pip install .[dev]

Tests are located in the tests subfolder and can be run with pytest. Documentation is created with Sphinx and can be built by calling make html from within the docs folder.