Skip to content

Commit

Permalink
Removed unnecessary README line
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnell committed Mar 15, 2017
1 parent f840fc0 commit ed78246
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,10 @@ import numpy
print(os.path.dirname(numpy.__file__))
```

Copy the output, then paste it where `<NUMPY>` is located in the code below, and run it:
Copy the output, then paste it where `<NUMPY>` is located in the code below, and run it
in the Terminal:
```
export numpy_loc="<NUMPY>"
```

Then run this code:
```
cp -r "${numpy_loc}"/core/include/numpy \
/usr/local/include
```
Expand Down

0 comments on commit ed78246

Please sign in to comment.