Skip to content

Commit b20c5ac

Browse files
committed
Add a tiny bit of documentation about extension modules
1 parent 18a1816 commit b20c5ac

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@ To try it, you can use the bundled releases from
1414
some examples of what you can do with it, check out the
1515
[reference](https://www.graalvm.org/docs/reference-manual/languages/python/).
1616

17+
##### Extension modules
18+
19+
Support for more extension modules is high priority for us. We are actively
20+
building out our support for the Python C API to make extensions such as NumPy,
21+
SciPy, Scikit-learn, Tensorflow and the like work. This work means that some
22+
other extensions might also already work, but we're not actively testing other
23+
extensions right now and cannot promise anything. Note that to try extensions on
24+
this implementation, you have to download, build, and install them manually for
25+
now. To do so, we recommend LLVM 6. Other versions might also work, but this
26+
version is what we're testing with in our CI.
27+
1728
### Licensing
1829

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

0 commit comments

Comments
 (0)