Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 708 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 708 Bytes

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