Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 83637d1

Browse files
committed
Added note for Mac OS X using astroml.
1 parent b2a179a commit 83637d1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ The following are required for these examples:
1212

1313
## Instructions
1414

15+
If you are running Mac OS X, you will need to export a C compilter environment
16+
variable before running the ``make`` target below:
17+
18+
```bash
19+
$ export CC=clang
20+
```
21+
1522
The following will set up a local matplotlib environment for you, and start an
1623
IPython Notebook server:
1724

0 commit comments

Comments
 (0)