Skip to content

Commit 125f7ed

Browse files
committed
Move note about GraalPy as CPython Replacement down in user README
1 parent 7e3c3f7 commit 125f7ed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/user/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ redirect_from:
88
- /reference-manual/python/FAQ/
99
---
1010

11-
Go [here](Python-Runtime.md) to get started with GraalPy as CPython replacement.
12-
1311
# Getting Started with GraalPy on the JVM
1412

1513
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.
187185
}
188186
```
189187
188+
## GraalPy as CPython Replacement
189+
190+
Go [here](Python-Runtime.md) to get started with GraalPy as CPython replacement.
191+
190192
#### Related Documentation
191193
192194
- [Modern Python on the JVM](Python-on-JVM.md)

0 commit comments

Comments
 (0)