Skip to content

Commit 96fa976

Browse files
authored
tweaks to pypi installation instructions
1 parent da192a7 commit 96fa976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ def calc_pi_device(samples):
2626
Choosing a particular backend can be done using `af.set_backend(name)` where name is either "_cuda_", "_opencl_", or "_cpu_". The default device is chosen in the same order of preference.
2727

2828
## Getting started
29-
ArrayFire can be installed from a variety of sources. [Pre-built wheels](https://repo.arrayfire.com/python/wheels/3.8.0/) are available for a number of systems and toolkits. Wheels for some systems are available on PyPI. Unsupported systems will require separate installation of the ArrayFire C/C++ libraries and only the python wrapper will be installed in that case.
29+
ArrayFire can be installed from a variety of sources. [Pre-built wheels](https://repo.arrayfire.com/python/wheels/3.8.0/) are available for a number of systems and toolkits. These will include a distribution of the ArrayFire libraries. Currently, only the python wrapper is available on PyPI. Wrapper-only installations will require a separate installation of the ArrayFire C/C++ libraries.
3030
You can get the ArrayFire C/C++ library from the following sources:
3131

3232
- [Download and install binaries](https://arrayfire.com/download)
3333
- [Build and install from source](https://github.com/arrayfire/arrayfire)
3434

3535

36-
**Install the last stable version:**
36+
**Install the last stable version of python wrapper:**
3737
```
3838
pip install arrayfire
3939
```

0 commit comments

Comments
 (0)