Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Dec 16, 2024
1 parent 61376a1 commit 5991a50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
merge-multiple: true
- name: Install
run: |
apt-get install -y libtbb2 libmpfr6
apt-get install -y libtbb2 libmpfr6 g++
pip install dist/*.tar.gz
build_wheels:
name: Wheels
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ On RPM-based Linux distributions (using `dnf`), if you are:
available), `sudo dnf install -y gcc-c++ tbb-devel mpfr-devel gmp-devel`
2. using the packaged binary (wheels are available), `sudo dnf install -y gmp mpfr tbb`

On DEB-based Linux distributions (using `apt`), you need to `sudo apt install -y libtbb-dev libmpfr-dev libgmp-dev`.
On DEB-based Linux distributions (using `apt`), you need to `sudo apt install -y g++ libtbb-dev libmpfr-dev libgmp-dev`.

On macOS, you need to `brew install tbb mpfr gmp`.

Then install the package with `pip`.

```
```bash
pip install pyvpmr
```

Expand Down

0 comments on commit 5991a50

Please sign in to comment.