Created
August 12, 2018 08:23
-
-
Save XiaochenCui/081e4386bea3a4a428b87ff7e0532b1b to your computer and use it in GitHub Desktop.
Install gmpy2 in Mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install gmp | |
brew install mpfr | |
brew install libmpc | |
pip install gmpy2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it works