Skip to content

Commit 0b23402

Browse files
authored
readme: fix displaying issue of command (#113719)
Avoid line break in command as this causes displaying issues on GH.
1 parent 931d7e0 commit 0b23402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ directories installed using ``make altinstall`` contain the major and minor
206206
version and can thus live side-by-side. ``make install`` also creates
207207
``${prefix}/bin/python3`` which refers to ``${prefix}/bin/python3.X``. If you
208208
intend to install multiple versions using the same prefix you must decide which
209-
version (if any) is your "primary" version. Install that version using ``make
210-
install``. Install all other versions using ``make altinstall``.
209+
version (if any) is your "primary" version. Install that version using
210+
``make install``. Install all other versions using ``make altinstall``.
211211

212212
For example, if you want to install Python 2.7, 3.6, and 3.13 with 3.13 being the
213213
primary version, you would execute ``make install`` in your 3.13 build directory

0 commit comments

Comments
 (0)