Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 657 Bytes

File metadata and controls

36 lines (24 loc) · 657 Bytes

Getting Started

Follow the steps below to install dependencies and run the example.

1. Install the Project

python -m venv .venv
source ./.venv/Scripts/activate
python -m pip install -e .

2. Run the Example

Preview

holodoppler preview "D:\path\to\holo.holo" "./src/holodoppler/default_parameters.json"

Process

holodoppler process "D:\path\to\holo.holo" "./src/holodoppler/default_parameters.json"

Building app

python -m pip install -e .[build]
python build_installer.py

License

This project is licensed under the GNU General Public License v3.0 only. See LICENSE.