diff --git a/README.md b/README.md index b5d785cf1b..d0817de120 100644 --- a/README.md +++ b/README.md @@ -93,8 +93,8 @@ Thanks to our integration with GraalVM Native Image, we can deploy Python applic **Quick Installation:** -- **Linux/macOS**: `pyenv install graalpy-25.3.4.1 && pyenv shell graalpy-25.3.4.1` -- **Windows**: `pyenv install graalpy-25.3.4.1-windows-amd64` +- **Linux/macOS**: `pyenv install graalpy3.13-25.3.4.1 && pyenv shell graalpy3.13-25.3.4.1` +- **Windows**: `pyenv install graalpy3.13-25.3.4.1-windows-amd64` - **Manual**: Download from [GitHub releases](https://github.com/oracle/graalpython/releases) **See the [complete installation guide](docs/user/Standalone-Getting-Started.md) for detailed instructions.** diff --git a/docs/site/01-jvm-developers.md b/docs/site/01-jvm-developers.md index 8b5be75382..911119316a 100644 --- a/docs/site/01-jvm-developers.md +++ b/docs/site/01-jvm-developers.md @@ -482,7 +482,7 @@ try (Context context = GraalPyResources.contextBuilder().build()) {
Build and Run Python Applications