Skip to content

Commit 3842267

Browse files
committed
delete comment lines
1 parent 180a4c4 commit 3842267

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/doc/en/installation/source.rst

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ Depending on your distribution, install the following packages:
129129

130130
Not yet supported.
131131

132-
.. .. literalinclude:: debian.txt
133-
134132
.. tab:: Fedora
135133

136134
At least Fedora 41 is required.
@@ -282,8 +280,6 @@ build artifacts. Certain options are configurable at build time. The
282280
easiest way to obtain an overview of these options is by using ``meson
283281
configure``:
284282

285-
.. .. literalinclude:: void-optional.txt
286-
:language: console
287283
.. code-block:: console
288284
289285
$ meson configure builddir
@@ -325,15 +321,6 @@ or to the system Python environment if no environment is active.
325321
When editable install is used, it is not necessary to reinstall after each
326322
compilation.
327323

328-
.. .. literalinclude:: homebrew.txt
329-
:language: console
330-
331-
.. Some Homebrew packages are installed "keg-only," meaning that they are
332-
.. not available in standard paths. To make them accessible when building
333-
.. Sage, run
334-
335-
.. .. code-block:: console
336-
337324
.. note::
338325

339326
If you want to install the project to a different directory, you can specify
@@ -348,16 +335,12 @@ compilation.
348335
``/desired/install/path/lib/python3.12/site-packages/sage``.
349336
Usually, this directory is not on your Python path, so you have to use:
350337

351-
.. .. literalinclude:: homebrew-develop.txt
352-
:language: console
353338
.. code-block:: console
354339
355340
$ PYTHONPATH=/desired/install/path ./sage
356341
357342
Alternatively, we can still use pip to install:
358343

359-
.. .. literalinclude:: homebrew-recommended.txt
360-
:language: console
361344
.. code-block:: console
362345
363346
$ pip install --no-build-isolation --config-settings=builddir=builddir --editable .

0 commit comments

Comments
 (0)