Skip to content

Commit

Permalink
Add packages
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Dec 19, 2023
1 parent 14537e2 commit 529f952
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ 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 macOS, you need to `brew install tbb mpfr gmp`.

Then install the package with `pip`.
Expand Down

0 comments on commit 529f952

Please sign in to comment.