Skip to content

Commit

Permalink
Modify build using meson guideline
Browse files Browse the repository at this point in the history
  • Loading branch information
user202729 committed Jan 1, 2025
1 parent c9dd1e8 commit 85c9d74
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/doc/en/installation/meson.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ This is a short guide on how to build the Sage from source using Meson.
Walkthrough
===========

Assume we're starting from a clean repo and a fully set up conda environment:
Assume we're starting from a clean repo and a fully set up conda environment
(modify ``-linux`` according to your operating system):

.. CODE-BLOCK:: shell-session
$ mamba env create --file src/environment-3.11.yml --name sage-dev
$ mamba env create --file environment-3.11-linux.yml --name sage-dev
$ conda activate sage-dev
Alternatively, install all build requirements as described in section
Expand Down

0 comments on commit 85c9d74

Please sign in to comment.