Skip to content

Commit

Permalink
Update BUILD_HOWTO.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Mar 28, 2022
1 parent 7eb4590 commit 3b4ba13
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions BUILD_HOWTO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,18 @@ have ``sphinx``, ``sphinx-book-theme``, ``numpydoc`` and ``ipython`` installed.

We recommend to use conda (or mamba) to create an environment for oggm-edu.
Create a text file called `oggm_edu_docs.yaml` with the following content
in it:

```
name: oggm_edu_docs
channels:
- conda-forge
dependencies:
- sphinx
- sphinx-book-theme
- ipython
- numpydoc
- sphinx-intl
```
in it::


name: oggm_edu_docs
channels:
- conda-forge
dependencies:
- sphinx
- sphinx-book-theme
- ipython
- numpydoc
- sphinx-intl

Then, from your `base` environment, do `mamba env create -f oggm_edu_docs.yml`
(or `conda env create -f oggm_edu_docs.yml`). To activate the environment,
Expand Down

0 comments on commit 3b4ba13

Please sign in to comment.