| 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 13.0 with visualisation/ | python3 -m pip install --extra-index-url https://whl.flamegpu.com/whl/cuda130-vis/ pyflamegpu |
| pyflamegpu built with CUDA 13.0 without visualistion/ | python3 -m pip install --extra-index-url https://whl.flamegpu.com/whl/cuda130/ pyflamegpu |
| pyflamegpu built with CUDA 12.4 with visualisation/ | python3 -m pip install --extra-index-url https://whl.flamegpu.com/whl/cuda124-vis/ pyflamegpu |
| pyflamegpu built with CUDA 12.4 without visualistion/ | python3 -m pip install --extra-index-url https://whl.flamegpu.com/whl/cuda124/ 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 13.0 with visualisation/ | python3 -m pip install --find-links https://whl.flamegpu.com/whl/cuda130-vis/pyflamegpu/ pyflamegpu |
| pyflamegpu built with CUDA 13.0 without visualistion/ | python3 -m pip install --find-links https://whl.flamegpu.com/whl/cuda130/pyflamegpu/ pyflamegpu |
| pyflamegpu built with CUDA 12.4 with visualisation/ | python3 -m pip install --find-links https://whl.flamegpu.com/whl/cuda124-vis/pyflamegpu/ pyflamegpu |
| pyflamegpu built with CUDA 12.4 without visualistion/ | python3 -m pip install --find-links https://whl.flamegpu.com/whl/cuda124/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 |