Skip to content

Commit 85c9d74

Browse files
committed
Modify build using meson guideline
1 parent c9dd1e8 commit 85c9d74

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/doc/en/installation/meson.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ This is a short guide on how to build the Sage from source using Meson.
99
Walkthrough
1010
===========
1111

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

1415
.. CODE-BLOCK:: shell-session
1516
16-
$ mamba env create --file src/environment-3.11.yml --name sage-dev
17+
$ mamba env create --file environment-3.11-linux.yml --name sage-dev
1718
$ conda activate sage-dev
1819
1920
Alternatively, install all build requirements as described in section

0 commit comments

Comments
 (0)