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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,8 @@ A JVM standalone that comes with a JVM has the `-jvm` suffix in the name: `graal
48
48
## Installing GraalPy
49
49
50
50
You can install GraalPy by downloading a compressed GraalPy tarball appropriate for your platform.
51
-
Linux and macOS users can also use [Pyenv](https://github.com/pyenv/pyenv) or [Conda-Forge](https://conda-forge.org/) (Conda-Forge provides GraalPy Community only).
51
+
52
+
Linux and macOS users can use [Pyenv](https://github.com/pyenv/pyenv) to install GraalPy. Also, for the **Linux x64** architecture it is possible to install via [Conda-Forge](https://conda-forge.org/) (Conda-Forge provides GraalPy Community only).
52
53
53
54
### Downloading
54
55
@@ -81,7 +82,7 @@ pyenv install graalpy-23.1.0
81
82
82
83
### Using Conda Forge (GraalPy Community only)
83
84
84
-
Another option is to use [Conda-Forge](https://conda-forge.org/) to install GraalPy on Linux and macOS (GraalPy Community only).
85
+
Another option is to use [Conda-Forge](https://conda-forge.org/) to install GraalPy on the **Linux x64** architecture (GraalPy Community only).
85
86
To get an environment with the latest version, use the following command:
0 commit comments