Skip to content

Commit

Permalink
Merge branch 'conda_legacy_editable' into ci_streamline
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Oct 11, 2023
2 parents 0479021 + 48b732d commit f72073c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/doc/en/installation/conda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,9 @@ Here we assume that you are using a git checkout.
A different Python version can be selected by replacing ``3.11`` by ``3.9``
or ``3.10`` in these commands.

- Install the build prerequisites and the Sage library::
- Bootstrap the source tree and install the build prerequisites and the Sage library::

$ ./bootstrap
$ pip install --no-build-isolation -v -v --editable ./pkgs/sage-conf_conda ./pkgs/sage-setup
$ pip install --no-build-isolation --config-settings editable_mode=compat -v -v --editable ./src

Expand Down

0 comments on commit f72073c

Please sign in to comment.