Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit96fa976

Browse files
authored
tweaks to pypi installation instructions
1 parentda192a7 commit96fa976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
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 areavailable 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 isavailable on PyPI.Wrapper-only installations will requireaseparate 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)

[8]ページ先頭

©2009-2025 Movatter.jp