You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# GraalVM Python Implementation
2
2
3
-
GraalVM provides the Python 3.8 compliant runtime.
3
+
GraalVM provides a Python 3.8 compliant runtime.
4
4
A primary goal of the Python implementation is to support SciPy and its constituent libraries, as well as to work with other data science and machine learning libraries from the rich Python ecosystem.
5
5
At this point, the Python implementation is made available for experimentation and curious end-users.
6
6
See [FAQ](FAQ.md) for commonly asked questions about this implementation.
Python comes with a tool called `ginstall` which may be used to install a small list of packages known to work to some extent with GraalVM's Python runtime.
36
+
GraalVM Python implementation comes with a tool called `ginstall` which may be used to install a small list of packages known to work to some extent with GraalVM's Python runtime.
37
37
It is recommended to always create a virtual environment first, using the standard Python module `venv`.
38
38
Creating such an environment avoids any incompatible interaction with the local user's packages that may have been
0 commit comments