We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce8592 commit 391d7b7Copy full SHA for 391d7b7
1 file changed
Makefile
@@ -37,6 +37,8 @@ install-mac:
37
@echo 🍎 MACOS INSTALL
38
# gmpy2 requirements
39
brew install gmp || true
40
+ brew install mpfr || true
41
+ brew install libmpc || true
42
# install module
43
pipenv run python -m pip install -e .
44
0 commit comments