Skip to content

Commit 5c9e9d0

Browse files
committed
[GR-34213] Update README.md and CONTRIBUTING.md
PullRequest: graalpython/1988
2 parents 3c205d5 + 3bb43f7 commit 5c9e9d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ implementation is made available for experimentation and curious end-users.
1313

1414
The easiest option to try GraalPython is
1515
[Pyenv](https://github.com/pyenv/pyenv/), the Python version manager. It allows
16-
you to easily install different GraalPython releases. To get version 20.2, for
17-
example, just run `pyenv install graalpython-20.2`.
16+
you to easily install different GraalPython releases. To get version 21.2.0, for
17+
example, just run `pyenv install graalpython-21.2.0`.
1818

1919
To try GraalPython with a full GraalVM, including the support for Java embedding
2020
and interop with other languages, you can use the bundled releases from

docs/contributor/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ of useable development setups with that, but it's not something we support.
4242

4343
Besides the source code of the Python interpreter, we have some useful `mx`
4444
functions defined under the `mx.graalpython` directory. As you make changes, you
45-
can test always test them with `mx build && mx python`. Additionally, there are
45+
can always test them with `mx build && mx python`. Additionally, there are
4646
various "gates" that we use on our CI systems to check any code that goes
47-
in. You can run all of these using `mx python-gate` or just some by using `mx
47+
in. You can run all gates with `mx python-gate` or just some by using `mx
4848
python-gate --tags [TAG]`. Two interesting gates to run that cover most things
4949
are:
5050

0 commit comments

Comments
 (0)