Skip to content

Commit

Permalink
improve installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
4imothy committed Nov 16, 2024
1 parent 5af94aa commit 7e86d16
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,15 @@ Framework Overview [#f1]_

Installation
""""""""""""
**Built-In Implementations**
**From Distribution**
1. Wheel: *pip install* |pkg_name|
2. From Source (improves acceleration platform finding): *pip install* |pkg_name| *--no-binary :all:*
2. Source Distribution (improves library detection): *pip install* |pkg_name| *--no-binary :all:*

**Custom Implementations**
**From Source**
1. Download the source code
2. ``pip install <path to source code>``

**With Custom Implementations**
1. Download the source code
2. Create an implementation with the operations defined in |custom|_
3. If needed, configure the build process with |custom_cmake|_
Expand Down

0 comments on commit 7e86d16

Please sign in to comment.