diff --git a/README.md b/README.md index 4efdcaa..ae1971c 100644 --- a/README.md +++ b/README.md @@ -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`.