We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3c3f7 commit 125f7edCopy full SHA for 125f7ed
docs/user/README.md
@@ -8,8 +8,6 @@ redirect_from:
8
- /reference-manual/python/FAQ/
9
---
10
11
-Go [here](Python-Runtime.md) to get started with GraalPy as CPython replacement.
12
-
13
# Getting Started with GraalPy on the JVM
14
15
You can use GraalPy with GraalVM JDK, Oracle JDK, or OpenJDK.
@@ -187,6 +185,10 @@ GraalPy comes with a tool to obtain the required JAR files from Maven.
187
185
}
188
186
```
189
+## GraalPy as CPython Replacement
+
190
+Go [here](Python-Runtime.md) to get started with GraalPy as CPython replacement.
191
192
#### Related Documentation
193
194
- [Modern Python on the JVM](Python-on-JVM.md)
0 commit comments