Description |
Command |
All builds of pyflamegpu. Defaults to latest CUDA with visualisation/ | python3 -m pip install --extra-index-url https://whl.flamegpu.com/whl/ pyflamegpu |
pyflamegpu built with CUDA 12.0 with visualisation/ | python3 -m pip install --extra-index-url https://whl.flamegpu.com/whl/cuda120-vis/ pyflamegpu |
pyflamegpu built with CUDA 12.0 without visualistion/ | python3 -m pip install --extra-index-url https://whl.flamegpu.com/whl/cuda120/ pyflamegpu |
pyflamegpu built with CUDA 11.2 with visualisation/ | python3 -m pip install --extra-index-url https://whl.flamegpu.com/whl/cuda112-vis/ pyflamegpu |
pyflamegpu built with CUDA 11.2 without visualistion/ | python3 -m pip install --extra-index-url https://whl.flamegpu.com/whl/cuda112/ pyflamegpu |
pyflamegpu built with CUDA 11.0 with visualisation/ | python3 -m pip install --extra-index-url https://whl.flamegpu.com/whl/cuda110-vis/ pyflamegpu |
pyflamegpu built with CUDA 11.0 without visualistion/ | python3 -m pip install --extra-index-url https://whl.flamegpu.com/whl/cuda110/ pyflamegpu |
Description |
Command |
All builds of pyflamegpu. Defaults to latest CUDA with visualisation/ | python3 -m pip install --find-links https://whl.flamegpu.com/whl/pyflamegpu/ pyflamegpu |
pyflamegpu built with CUDA 12.0 with visualisation/ | python3 -m pip install --find-links https://whl.flamegpu.com/whl/cuda120-vis/pyflamegpu/ pyflamegpu |
pyflamegpu built with CUDA 12.0 without visualistion/ | python3 -m pip install --find-links https://whl.flamegpu.com/whl/cuda120/pyflamegpu/ pyflamegpu |
pyflamegpu built with CUDA 11.2 with visualisation/ | python3 -m pip install --find-links https://whl.flamegpu.com/whl/cuda112-vis/pyflamegpu/ pyflamegpu |
pyflamegpu built with CUDA 11.2 without visualistion/ | python3 -m pip install --find-links https://whl.flamegpu.com/whl/cuda112/pyflamegpu/ pyflamegpu |
pyflamegpu built with CUDA 11.0 with visualisation/ | python3 -m pip install --find-links https://whl.flamegpu.com/whl/cuda110-vis/pyflamegpu/ pyflamegpu |
pyflamegpu built with CUDA 11.0 without visualistion/ | python3 -m pip install --find-links https://whl.flamegpu.com/whl/cuda110/pyflamegpu/ pyflamegpu |