You can quickly get started using the components in Dash by:
- Run
pip install webviz-subsurface-components
- Run
python ./examples/example_hm.py
- Visit http://localhost:8050 in your web browser
If you want to build and develop yourself, you should fork + clone the repository, and then install extra Python packages:
pip install .[dependencies]
pip install dash[dev]
pip install .[tests]