Skip to content

Commit a5c8b42

Browse files
committed
[GR-50145] Change the instructions for installing GraalPy using conda-forge in the latest version of the website docs.
PullRequest: graalpython/3066
2 parents 45aa5b3 + 1b680d3 commit a5c8b42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/user/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ A JVM standalone that comes with a JVM has the `-jvm` suffix in the name: `graal
4848
## Installing GraalPy
4949

5050
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).
5253

5354
### Downloading
5455

@@ -81,7 +82,7 @@ pyenv install graalpy-23.1.0
8182

8283
### Using Conda Forge (GraalPy Community only)
8384

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).
8586
To get an environment with the latest version, use the following command:
8687

8788
```bash

0 commit comments

Comments
 (0)