Skip to content

Commit 2124052

Browse files
committed
[GR-49313] Oracle GraalPy can now be installed with Pyenv.
PullRequest: graalpython/3005
2 parents 3ec659f + ef5a173 commit 2124052

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/user/README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ A JVM standalone that comes with a JVM has the `-jvm` suffix in the name: `graal
4747

4848
## Installing GraalPy
4949

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`.
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).
5152

5253
### Downloading
5354

@@ -69,25 +70,25 @@ You can install GraalPy by downloading a compressed GraalPy tarball appropriate
6970
./path/to/bin/graalpy --version
7071
```
7172

72-
### Using `pyenv` (GraalPy Community only)
73-
#### Linux and macOS
73+
### Using `pyenv`
7474

75-
The other way to install GraalPy Community on Linux and macOS platforms is to use [pyenv](https://github.com/pyenv/pyenv/), the Python version manager.
76-
For example, to install version 23.1.0, run the following command:
75+
Linux and macOS users can install GraalPy using [Pyenv](https://github.com/pyenv/pyenv).
76+
To install version 23.1.0, run the following command:
7777

7878
```bash
79-
pyenv install graalpy-community-23.1.0
79+
pyenv install graalpy-23.1.0
8080
```
8181

8282
### Using Conda Forge (GraalPy Community only)
83-
Another option is to use [Conda-Forge](https://conda-forge.org/).
84-
To get an environment with the latest version of GraalPy, use the following command:
83+
84+
Another option is to use [Conda-Forge](https://conda-forge.org/) to install GraalPy on Linux and macOS (GraalPy Community only).
85+
To get an environment with the latest version, use the following command:
8586

8687
```bash
8788
conda create -c conda-forge -n graalpy graalpy
8889
```
8990

90-
#### Windows
91+
## GraalPy for Windows
9192

9293
There is a GraalPy preview build for Windows that you can [download](https://github.com/oracle/graalpython/releases/).
9394
It supports installation of pure Python packages via `pip`. Native extensions are a work in progress.

0 commit comments

Comments
 (0)