8000 Minor doc fixes (GR-46479) · oracle/graalpython@790a433 · GitHub
[go: up one dir, main page]

Skip to content

Commit 790a433

Browse files
msimaceksteve-s
authored andcommitted
Minor doc fixes (GR-46479)
(cherry picked from commit d3f0453)
1 parent 92e4183 commit 790a433

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/user/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ To distinguish between them, GraalPy Community has the suffix `-community` in th
2727

2828
```bash
2929
# Oracle GraalPy
30-
graalpy-VERSION-PLATFORM.tar.gz
30+
graalpy-<version>-<os>-<arch>.tar.gz
3131
# GraalPy Community
32-
graalpy-community-VERSION-PLATFORM.tar.gz
32+
graalpy-community-<version>-<os>-<arch>.tar.gz
3333
```
3434

3535
Two language runtime options are available for both Oracle and Community GraalPy: Native and JVM.
3636
In the Native configuration, GraalPy is ahead-of-time compiled to a standalone native executable.
3737
This means that you do not need a JVM installed on your system to use it and it is size-compact.
3838
In the JVM configuration, you can use Java interoperability easily, and peak performance may be higher than the native configuration.
39-
A JVM standalone that comes with a JVM has the `-jvm` suffix in a name: `graalpy-jvm-<version>-<os>-<arch>.tar.gz`.
39+
A JVM standalone that comes with a JVM has the `-jvm` suffix in the name: `graalpy-jvm-<version>-<os>-<arch>.tar.gz`.
4040

4141
| Configuration: | Native (default) | JVM |
4242
| ------------------ | ---------------: | ------------: |
@@ -58,6 +58,7 @@ You can install GraalPy by downloading a compressed GraalPy tarball appropriate
5858
```shell
5959
sudo xattr -r -d com.apple.quarantine <archive>.tar.gz
6060
```
61+
6162
Now extract:
6263
```shell
6364
tar -xzf <archive>.tar.gz
@@ -71,7 +72,7 @@ You can install GraalPy by downloading a compressed GraalPy tarball appropriate
7172
### Using `pyenv` (GraalPy Community only)
7273
#### Linux and macOS
7374

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+
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.
7576
For example, to install version 23.1.0, run the following command:
7677

7778
```bash
@@ -199,4 +200,4 @@ Learn more in a dedicated [GraalPy Interoperability guide](Interoperability.md).
199200

200201
## Related Documentation
201202

202-
* [Installing Supported Packages](Packages.md)
203+
* [Installing Supported Packages](Packages.md)

0 commit comments

Comments
 (0)
0