From ed7dc39499122ef24c2ed759d89f3358efecda94 Mon Sep 17 00:00:00 2001 From: Peter Heywood Date: Fri, 18 Aug 2023 17:35:25 +0100 Subject: [PATCH] Add whl.flamegpu.com to the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b405b374b..da207466e 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ If you encounter issues while using FLAME GPU, please provide bug reports, feedb ## Installation -Pre-compiled python wheels are available for installations from [Releases](https://github.com/FLAMEGPU/FLAMEGPU2/releases/). +Pre-compiled python wheels are available for installation from [Releases](https://github.com/FLAMEGPU/FLAMEGPU2/releases/), and can also be installed via pip via [whl.flamegpu.com](https://whl.flamegpu.com). Wheels are not currently manylinux compliant. Please see the [latest release](https://github.com/FLAMEGPU/FLAMEGPU2/releases/latest) for more information on the available wheels and installation instructions. C++/CUDA installation is not currently available. Please refer to the section on [Building FLAME GPU](#Building-FLAME-GPU).