We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9dd1e8 commit 85c9d74Copy full SHA for 85c9d74
src/doc/en/installation/meson.rst
@@ -9,11 +9,12 @@ This is a short guide on how to build the Sage from source using Meson.
9
Walkthrough
10
===========
11
12
-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
13
+(modify ``-linux`` according to your operating system):
14
15
.. CODE-BLOCK:: shell-session
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
18
$ conda activate sage-dev
19
20
Alternatively, install all build requirements as described in section
0 commit comments