diff --git a/development/compiling/compiling_for_x11.rst b/development/compiling/compiling_for_x11.rst index 39bd37a27..000263b36 100644 --- a/development/compiling/compiling_for_x11.rst +++ b/development/compiling/compiling_for_x11.rst @@ -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 `__. +- Download the `latest portable Pyston release `__. - 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.