Skip to content

Commit

Permalink
Drop bullets that do not help readability
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum committed Feb 14, 2025
1 parent 2d1c409 commit 358b507
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/doc/en/installation/conda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,17 @@ environment for Sage development.

Here we assume that you are using a git checkout.

- Create and activate a new conda environment with the dependencies of Sage
and a few additional developer tools; if you are not on a Linux that runs an x86_64 compatible CPU,
replace ``linux`` accordingly:
Create and activate a new conda environment with the dependencies of Sage and a
few additional developer tools; if you are not on a Linux that runs an x86_64
compatible CPU, replace ``linux`` accordingly:

.. code-block:: shell
$ conda env create --file environment-3.12-linux.yml
$ conda activate sage-dev
- Bootstrap the source tree and install the build prerequisites and the Sage library:
Bootstrap the source tree and install the build prerequisites and the Sage
library:

.. code-block:: shell
Expand All @@ -81,7 +82,7 @@ If you encounter any errors, try to install the ``sage-conf`` package first:
and then run the last command again.

- Verify that Sage has been installed:
Verify that Sage has been installed:

.. code-block:: shell
Expand Down

0 comments on commit 358b507

Please sign in to comment.