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
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ A JVM standalone that comes with a JVM has the `-jvm` suffix in a name: `graalpy
47
47
48
48
## Installing GraalPy
49
49
50
-
You can install GraalPy either using a Python manager or downloading a compressed GraalPy tarball appropriate for your platform.
50
+
You can install GraalPy by downloading a compressed GraalPy tarball appropriate for your platform. For GraalPy Community, you can also use `pyenv` or `conda`.
51
51
52
52
### Downloading
53
53
@@ -68,19 +68,17 @@ You can install GraalPy either using a Python manager or downloading a compresse
68
68
./path/to/bin/graalpy --version
69
69
```
70
70
71
-
### Using `pyenv`
71
+
### Using `pyenv` (GraalPy Community only)
72
72
#### Linux and macOS
73
73
74
-
The other way to install GraalPy on Linux and macOS platforms is to use [pyenv](https://github.com/pyenv/pyenv/), the Python version manager.
75
-
For example, to install version 23.1.1, run the following command:
74
+
The other way to install GraalPy Community Edition on Linux and macOS platforms is to use [pyenv](https://github.com/pyenv/pyenv/), the Python version manager.
75
+
For example, to install version 23.1.0, run the following command:
76
76
77
77
```bash
78
-
# To install Oracle GraalPy
79
-
pyenv install graalpy-23.1.1
80
-
# To install GraalPy Community
81
-
pyenv install graalpy-community-23.1.1
78
+
pyenv install graalpy-community-23.1.0
82
79
```
83
80
81
+
### Using Conda Forge (GraalPy Community only)
84
82
Another option is to use [Conda-Forge](https://conda-forge.org/).
85
83
To get an environment with the latest version of GraalPy, use the following command:
0 commit comments