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