Skip to content

Commit 391d7b7

Browse files
mattflo-outpacemattflokeithrfung
authored
additional mac gmpy2 requirements (#145)
Co-authored-by: Matt Florence <matt@mattflo.com> Co-authored-by: Keith Fung <keithrfung@users.noreply.github.com>
1 parent 4ce8592 commit 391d7b7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ install-mac:
3737
@echo 🍎 MACOS INSTALL
3838
# gmpy2 requirements
3939
brew install gmp || true
40+
brew install mpfr || true
41+
brew install libmpc || true
4042
# install module
4143
pipenv run python -m pip install -e .
4244

0 commit comments

Comments
 (0)