Always point to latest Pyston release on Compiling for Linux/*BSD (#5867)

This commit is contained in:
Marius Wachtler
2022-06-09 17:06:33 +02:00
committed by Hugo Locurcio
parent d32ab7e340
commit 353278531c

View File

@@ -246,7 +246,7 @@ only compatible with Linux. Pyston can speed up incremental builds significantly
often by a factor between 1.5× and 2×. Pyston can be combined with Clang and LLD
to get even faster builds.
- Download the `latest portable Pyston release <https://github.com/pyston/pyston/releases/tag/pyston_2.3.2>`__.
- Download the `latest portable Pyston release <https://github.com/pyston/pyston/releases/latest>`__.
- Extract the portable ``.tar.gz`` to a set location, such as ``$HOME/.local/opt/pyston/`` (create folders as needed).
- Use ``cd`` to reach the extracted Pyston folder from a terminal,
then run ``./pyston -m pip install scons`` to install SCons within Pyston.