Skip to content

silvxlabs/DripTorch

Repository files navigation

driptorch-logo

Ignition pattern simulator for prescribed firing technqiues

Installation

If you use Conda, create a new Python 3.10 enviornment and install DripTorch

conda create -n myenv python=3.10
conda activate myenv
conda install -c silvxlabs -c conda-forge driptorch

You can also install from PyPI, however you might need to manually setup pyproj.

pip install driptorch

Documentation

Documentation and API Reference