Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add instructions to install pybrush via a prebuilt wheel file. Eventually, this will be replaced with instructions to install entirely via PyPI, which is currently not supported due to PyPI's requirements for installation on operating systems with older libraries.
  • Loading branch information
JDRomano2 authored Dec 11, 2023
1 parent 9a6c6d9 commit 646b2df
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,18 @@ GNU GPLv3, see [LICENSE](https://github.com/cavalab/brush/blob/master/LICENSE)

## Installation

### Installation via Python wheel and `pip` (recommended)

> **Important**: This method is only currently supported for CPython v3.11 running on the Linux x86_64 platform. Other Python versions and operating systems will be supported in the near future.
To install a prebuilt version of `pybrush`, download the most recent release of the wheel file on the [Releases page](https://github.com/cavalab/brush/releases/) (e.g., `pybrush-0.1.1-cp311-linux_x86_64.whl`; you may need to expand "Assets" to see the file). Then, navigate to the directory containing the wheel file and install it using `pip`:

```
pip install pybrush-0.1.1-cp311-linux_x86_64.whl
```

### Manual installation

<!-- start installation -->
Clone the repo:

Expand Down

0 comments on commit 646b2df

Please sign in to comment.