Skip to content

Commit 4e09788

Browse files
committed
fix README
1 parent 99f776d commit 4e09788

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,21 @@ standard package installers for many packages. As a convenience, we provide a
2121
simple module to install packages that we know to be working (including
2222
potential patches required for those packages). Try the following to find out
2323
more:
24-
```python
24+
25+
```
2526
graalpython -m ginstall --help
2627
```
2728

29+
As a slightly more exciting example, try:
30+
31+
```
32+
graalpython -m ginstall install numpy
33+
```
34+
35+
If all goes well (you'll need to have `clang`, `llvm-link`, `llvm-extract`,
36+
`llvm-nm`, and `opt` in your `PATH` in addition to the normal NumPy build
37+
dependencies), you should be able to `import numpy` afterwards.
38+
2839
### Licensing
2940

3041
This Graal/Truffle-based implementation of Python is copyright (c) 2017, 2018

0 commit comments

Comments
 (0)